]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-7020: Explicitly excluding spring-beans and spring-core jars from the Services...
authorremillet <remillet@yahoo.com>
Wed, 10 Aug 2016 21:39:55 +0000 (14:39 -0700)
committerremillet <remillet@yahoo.com>
Wed, 10 Aug 2016 21:39:55 +0000 (14:39 -0700)
services/JaxRsServiceProvider/pom.xml

index 71cd0f4c79d156eacfdc3c0f90b1221cb4fb6e1a..431a137a9dfdea2f37abbd03a8abed7f0c41c43c 100644 (file)
             <artifactId>spring-security-config</artifactId>
             <version>${spring.security.version}</version>
             <scope>provided</scope>
+            <exclusions>
+               <exclusion>
+                       <artifactId>spring-core</artifactId>
+                       <groupId>org.springframework</groupId>
+               </exclusion>
+               <exclusion>
+                       <artifactId>spring-beans</artifactId>
+                       <groupId>org.springframework</groupId>
+               </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-web</artifactId>
             <version>${spring.security.version}</version>
             <scope>provided</scope>
+            <exclusions>
+               <exclusion>
+                       <artifactId>spring-core</artifactId>
+                       <groupId>org.springframework</groupId>
+               </exclusion>
+               <exclusion>
+                       <artifactId>spring-beans</artifactId>
+                       <groupId>org.springframework</groupId>
+               </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.security.oauth</groupId>
             <artifactId>spring-security-oauth2</artifactId>
             <version>${spring.security.oauth2.version}</version>
             <scope>provided</scope>
+            <exclusions>
+               <exclusion>
+                       <artifactId>spring-core</artifactId>
+                       <groupId>org.springframework</groupId>
+               </exclusion>
+               <exclusion>
+                       <artifactId>spring-beans</artifactId>
+                       <groupId>org.springframework</groupId>
+               </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>