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/08/01 19:37:14 UTC

svn commit: r1509343 - /cxf/branches/2.6.x-fixes/systests/transports/pom.xml

Author: dkulp
Date: Thu Aug  1 17:37:13 2013
New Revision: 1509343

URL: http://svn.apache.org/r1509343
Log:
Add xerces

Modified:
    cxf/branches/2.6.x-fixes/systests/transports/pom.xml

Modified: cxf/branches/2.6.x-fixes/systests/transports/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/systests/transports/pom.xml?rev=1509343&r1=1509342&r2=1509343&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/systests/transports/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/systests/transports/pom.xml Thu Aug  1 17:37:13 2013
@@ -241,6 +241,10 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
         </dependency>