Author: dkulp
Date: Thu Aug  1 18:00:23 2013
New Revision: 1509354

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

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

Modified: cxf/branches/2.6.x-fixes/systests/jaxrs/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/systests/jaxrs/pom.xml?rev=1509354&r1=1509353&r2=1509354&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/systests/jaxrs/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/systests/jaxrs/pom.xml Thu Aug  1 18:00:23 2013
@@ -56,7 +56,11 @@
           <groupId>org.apache.ant</groupId>
           <artifactId>ant</artifactId>
         </dependency>
-         <dependency>
+        <dependency>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </dependency>
+        <dependency>
                        <groupId>org.eclipse.jetty</groupId>
                        <artifactId>jetty-server</artifactId>
         </dependency>


Reply via email to