diff --git a/nxhs-service/pom.xml b/nxhs-service/pom.xml index 321a465..5642d0c 100644 --- a/nxhs-service/pom.xml +++ b/nxhs-service/pom.xml @@ -45,4 +45,27 @@ + + + ${project.artifactId} + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + true + + + + + repackage + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index cf89e54..5f2f4ae 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,8 @@ 1.8 UTF-8 UTF-8 + 3.0.0-M5 + 3.8.1 2.7.6 3.4.3 5.8.11 @@ -84,6 +86,7 @@ lombok true + org.springframework.boot spring-boot-configuration-processor @@ -96,29 +99,20 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + ${maven-compiler-plugin.version} - 1.8 - 1.8 + ${java.version} + ${java.version} UTF-8 - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} - cc.yunxi.nxhsapp.NxhsAppApplication - true + true - - - repackage - - repackage - - -