diff --git a/pom.xml b/pom.xml index 6c65c00..e3686c6 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,6 @@ 4.0.0 - - - org.springframework.boot - spring-boot-starter-parent - 2.5.3 - - - com.zhangmeng mystyle-java-fx-tools 0.0.1-SNAPSHOT @@ -52,13 +44,9 @@ - org.springframework.boot - spring-boot-starter-security - - - - org.springframework.boot - spring-boot-starter-data-jdbc + org.springframework.security + spring-security-core + 5.6.1 @@ -68,6 +56,20 @@ runtime + + org.springframework + spring-jdbc + 5.3.9 + compile + + + + org.springframework + spring-websocket + 5.3.9 + compile + + cn.hutool hutool-all @@ -272,10 +274,40 @@ - - org.springframework.boot - spring-boot-maven-plugin - + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + + true + lib/ + com.zhangmeng.tools.JavaFxToolsApplication + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.1 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + + + + +