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 2013/07/18 19:25:23 UTC

svn commit: r1504551 - /cxf/branches/2.7.x-fixes/systests/uncategorized/pom.xml

Author: dkulp
Date: Thu Jul 18 17:25:22 2013
New Revision: 1504551

URL: http://svn.apache.org/r1504551
Log:
Merged revisions 1504541 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1504541 | dkulp | 2013-07-18 13:18:22 -0400 (Thu, 18 Jul 2013) | 2 lines

  Don't pull in all of servicemix-core for the tests

........

Modified:
    cxf/branches/2.7.x-fixes/systests/uncategorized/pom.xml

Modified: cxf/branches/2.7.x-fixes/systests/uncategorized/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/systests/uncategorized/pom.xml?rev=1504551&r1=1504550&r2=1504551&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/systests/uncategorized/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/systests/uncategorized/pom.xml Thu Jul 18 17:25:22 2013
@@ -272,7 +272,6 @@
         <dependency>
             <groupId>nekohtml</groupId>
             <artifactId>nekohtml</artifactId>
-            <version>1.9.6.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -369,27 +368,8 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix</groupId>
-            <artifactId>servicemix-core</artifactId>
-            <version>3.3.2</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>jaxen</groupId>
-                    <artifactId>jaxen</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jencks</groupId>
-                    <artifactId>jencks</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.codehaus.woodstox</groupId>
-                    <artifactId>wstx-asl</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>woodstox</groupId>
-                    <artifactId>wstx-asl</artifactId>
-                </exclusion>
-            </exclusions>
+             <groupId>xerces</groupId>
+             <artifactId>xercesImpl</artifactId>
         </dependency>
         <dependency>
              <groupId>com.sun.xml.fastinfoset</groupId>