diff --git a/pom.xml b/pom.xml index 67efd75..6ded9be 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,12 @@ 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.1.6 + + com.tosan.client.http tosan-httpclient-spring-boot-root @@ -45,23 +51,13 @@ - 3.1.5 - 2022.0.4 - 2.1.0 17 - UTF-8 - false + 2022.0.4 + 2.2.0 - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - org.springframework.cloud spring-cloud-dependencies @@ -69,16 +65,6 @@ pom import - - com.tosan.client.http - tosan-httpclient-spring-boot-starter - ${project.version} - - - com.tosan.client.http - tosan-httpclient-spring-boot-resttemplate-starter - ${project.version} - org.reflections reflections @@ -101,28 +87,12 @@ - - org.apache.maven.plugins - maven-clean-plugin - 3.3.1 - - - org.apache.maven.plugins - maven-jar-plugin - 3.3.0 - - - org.apache.maven.plugins - maven-resources-plugin - 3.3.1 - org.apache.maven.plugins maven-compiler-plugin 3.11.0 - ${java.version} - ${java.version} + ${java.version} true true @@ -130,7 +100,6 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 **/*UTest.java @@ -140,7 +109,6 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 attach-sources @@ -153,7 +121,6 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.0 attach-javadocs @@ -177,16 +144,6 @@ true - - org.apache.maven.plugins - maven-install-plugin - 3.1.1 - - - org.apache.maven.plugins - maven-deploy-plugin - 3.1.1 -