You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by as...@apache.org on 2014/01/27 14:47:11 UTC

svn commit: r1561677 - in /cxf/trunk: osgi/itests/pom.xml services/xkms/xkms-itests/pom.xml

Author: asoldano
Date: Mon Jan 27 13:47:10 2014
New Revision: 1561677

URL: http://svn.apache.org/r1561677
Log:
[CXF-5526] Excluding wrong dependencies

Modified:
    cxf/trunk/osgi/itests/pom.xml
    cxf/trunk/services/xkms/xkms-itests/pom.xml

Modified: cxf/trunk/osgi/itests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/itests/pom.xml?rev=1561677&r1=1561676&r2=1561677&view=diff
==============================================================================
--- cxf/trunk/osgi/itests/pom.xml (original)
+++ cxf/trunk/osgi/itests/pom.xml Mon Jan 27 13:47:10 2014
@@ -53,6 +53,16 @@
         	<artifactId>apache-karaf</artifactId>
         	<version>${cxf.karaf.version}</version>
         	<type>tar.gz</type>
+        	<exclusions>
+        	    <exclusion>
+        	      <groupId>org.eclipse</groupId>
+        	      <artifactId>osgi</artifactId>
+        	    </exclusion>
+        	    <exclusion>
+        	      <groupId>org.apache.xerces</groupId>
+        	      <artifactId>xercesImpl</artifactId>
+        	    </exclusion>
+        	</exclusions>
         </dependency>
         <dependency>
         	<groupId>org.apache.karaf.features</groupId>

Modified: cxf/trunk/services/xkms/xkms-itests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/xkms/xkms-itests/pom.xml?rev=1561677&r1=1561676&r2=1561677&view=diff
==============================================================================
--- cxf/trunk/services/xkms/xkms-itests/pom.xml (original)
+++ cxf/trunk/services/xkms/xkms-itests/pom.xml Mon Jan 27 13:47:10 2014
@@ -91,6 +91,10 @@
                     <groupId>org.apache.karaf</groupId>
                     <artifactId>org.apache.karaf.client</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse</groupId>
+                    <artifactId>osgi</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
     </dependencies>