From a5e3eb337a2a198eb15d0f7e93835e56ee443188 Mon Sep 17 00:00:00 2001 From: remillet Date: Wed, 10 Aug 2016 14:39:55 -0700 Subject: [PATCH] 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. --- services/JaxRsServiceProvider/pom.xml | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 -- 2.47.3