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>