You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2015/12/11 18:34:05 UTC

[2/2] cxf git commit: Exclude artifacts not available in central

Exclude artifacts not available in central


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/aa729bc6
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/aa729bc6
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/aa729bc6

Branch: refs/heads/master
Commit: aa729bc6c67ed94c6c4c268808abba117bda0b63
Parents: 0234c09
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Dec 11 11:18:48 2015 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Dec 11 12:06:51 2015 -0500

----------------------------------------------------------------------
 parent/pom.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/aa729bc6/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 1e6b9f5..4b5504e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1345,6 +1345,28 @@
                  <groupId>org.springframework.osgi</groupId>
                  <artifactId>spring-osgi-core</artifactId>
                  <version>${cxf.spring.osgi.version}</version>
+                 <exclusions>
+                     <exclusion>
+                         <groupId>org.springframework</groupId>
+                         <artifactId>org.springframework.aop</artifactId>
+                     </exclusion>
+                     <exclusion>
+                         <groupId>org.springframework</groupId>
+                         <artifactId>com.springsource.org.aopalliance</artifactId>
+                     </exclusion>
+                     <exclusion>
+                         <groupId>org.springframework</groupId>
+                         <artifactId>org.springframework.core</artifactId>
+                     </exclusion>
+                     <exclusion>
+                         <groupId>org.springframework</groupId>
+                         <artifactId>org.springframework.context</artifactId>
+                     </exclusion>
+                     <exclusion>
+                         <groupId>org.springframework</groupId>
+                         <artifactId>org.springframework.beans</artifactId>
+                     </exclusion>
+                 </exclusions>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>