From cd0699b3ea0849214b4c35869f9eca431d00790a Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 23 Dec 2020 16:07:15 +0100 Subject: add build profiles to select Spring-Boot with or without embbeded Tomcat --- connector/pom.xml | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/connector/pom.xml b/connector/pom.xml index 7fbc2a36..6d3cad33 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -33,12 +33,6 @@ at.gv.egiz.eaaf eaaf_module_pvp2_idp - - - org.slf4j - log4j-over-slf4j - - at.asitplus.eidas.ms_specific @@ -54,6 +48,16 @@ org.springframework.boot spring-boot-starter-actuator + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + de.codecentric spring-boot-admin-starter-client @@ -74,10 +78,6 @@ org.slf4j slf4j-api - - org.slf4j - slf4j-log4j12 - org.apache.commons commons-collections4 @@ -133,18 +133,7 @@ default - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - - - - + javax.servlet javax.servlet-api @@ -157,8 +146,8 @@ org.springframework.boot - spring-boot-starter-web - + spring-boot-starter-tomcat + at.gv.egiz.eaaf eaaf-springboot-utils -- cgit v1.2.3