From 6b098e7070dedb5692325f6d330a20de696b9edc Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 22 Dec 2020 15:36:42 +0100 Subject: switch from Spring to Spring-Boot --- pom.xml | 110 ++++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 76 insertions(+), 34 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 217b41ec..739cbcbe 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,11 @@ 0.3 0.4 - 1.1.10 - 5.2.12.RELEASE + 1.1.11-SNAPSHOT + + 2.4.1 + 2.3.1 + 5.3.2 3.0.11.RELEASE 3.4.1 @@ -35,6 +38,9 @@ 2.12.0 + 2.0.1.Final + 6.1.5.Final + 4.13.1 2.22.2 @@ -121,6 +127,11 @@ eaaf-core ${eaaf-core.version} + + at.gv.egiz.eaaf + eaaf-springboot-utils + ${eaaf-core.version} + at.gv.egiz.eaaf eaaf_module_pvp2_idp @@ -186,6 +197,27 @@ + + org.springframework.boot + spring-boot-starter-web + ${spring-boot-starter-web.version} + + + org.springframework.boot + spring-boot-starter-actuator + ${spring-boot-starter-web.version} + + + org.springframework.boot + spring-boot-starter-tomcat + ${spring-boot-starter-web.version} + + + de.codecentric + spring-boot-admin-starter-client + ${spring-boot-admin-starter-client.version} + + org.springframework spring-webmvc @@ -257,6 +289,16 @@ jackson-datatype-jsr310 ${jackson-datatype-jsr310.version} + + javax.validation + validation-api + ${javax.validation-api.version} + + + org.hibernate.validator + hibernate-validator + ${hibernate-validator.version} + @@ -298,8 +340,8 @@ ${egiz.eidas.version} test test-jar - - + + @@ -315,36 +357,36 @@ ms-specific_eidas_node - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - 1.8 - 1.8 - - - - - compile - testCompile - - - - - - org.apache.maven.plugins - maven-jar-plugin - 3.1.0 - - - - test-jar - - - - - + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.8 + 1.8 + + + + + compile + testCompile + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + + test-jar + + + + + org.apache.cxf cxf-codegen-plugin -- cgit v1.2.3