From: remillet Date: Wed, 10 Aug 2016 21:39:55 +0000 (-0700) Subject: CSPACE-7020: Explicitly excluding spring-beans and spring-core jars from the Services... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=a5e3eb337a2a198eb15d0f7e93835e56ee443188;p=tmp%2Fjakarta-migration.git CSPACE-7020: Explicitly excluding spring-beans and spring-core jars from the Services war file because they conflict with jars provided in tomcat/lib directory. --- diff --git a/services/JaxRsServiceProvider/pom.xml b/services/JaxRsServiceProvider/pom.xml index 71cd0f4c7..431a137a9 100644 --- a/services/JaxRsServiceProvider/pom.xml +++ b/services/JaxRsServiceProvider/pom.xml @@ -410,18 +410,48 @@ spring-security-config ${spring.security.version} provided + + + spring-core + org.springframework + + + spring-beans + org.springframework + + org.springframework.security spring-security-web ${spring.security.version} provided + + + spring-core + org.springframework + + + spring-beans + org.springframework + + org.springframework.security.oauth spring-security-oauth2 ${spring.security.oauth2.version} provided + + + spring-core + org.springframework + + + spring-beans + org.springframework + + org.springframework