diff --git a/code/Cpicxim-XMNHSA-Repeater/.vscode/settings.json b/code/Cpicxim-XMNHSA-Repeater/.vscode/settings.json new file mode 100644 index 0000000..e0f15db --- /dev/null +++ b/code/Cpicxim-XMNHSA-Repeater/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "automatic" +} \ No newline at end of file diff --git a/code/Cpicxim-XMNHSA-Repeater/pom.xml b/code/Cpicxim-XMNHSA-Repeater/pom.xml index 55b3a91..1d7d39e 100644 --- a/code/Cpicxim-XMNHSA-Repeater/pom.xml +++ b/code/Cpicxim-XMNHSA-Repeater/pom.xml @@ -15,8 +15,10 @@ UTF-8 - 8 - 8 + 17 + 17 + 6.2.3 + 2.20.0 @@ -26,10 +28,105 @@ 4.13.1 test + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + test + + + org.springframework + spring-web + ${spring.version} + + + + org.springframework + spring-webmvc + ${spring.version} + + + + javax.servlet + javax.servlet-api + 4.0.1 + provided + + + + + com.fasterxml.jackson.core + jackson-databind + 2.14.2 + + + + com.fasterxml.jackson.core + jackson-core + 2.13.4 + + + + com.fasterxml.jackson.core + jackson-annotations + 2.13.4 + + + + + org.apache.logging.log4j + log4j-core + 2.20.0 + + + org.apache.logging.log4j + log4j-slf4j2-impl + 2.20.0 + + + org.apache.logging.log4j + log4j-api + 2.20.0 + + + + + org.apache.poi + poi + 5.2.3 + + + org.apache.poi + poi-ooxml + 5.2.3 + + + + + org.mybatis + mybatis + 3.5.19 + Cpicxim-XMNHSA-Repeater + + + src/main/resources + + **/*.prorerties + **/*.xml + + false + + @@ -48,18 +145,16 @@ maven-surefire-plugin 3.3.0 + + true + maven-war-plugin 3.4.0 - - - maven-install-plugin - 3.1.2 - - - maven-deploy-plugin - 3.1.2 + + UTF-8 +