Author: dkulp
Date: Wed Apr 6 21:28:53 2011
New Revision: 1089634
URL: http://svn.apache.org/viewvc?rev=1089634&view=rev
Log:
The xerces in some JDK's is broken and is causing a test failure.
Make sure we add a usable version so the test will pass.
Modified:
cxf/trunk/systests/jaxws/pom.xml
Modified: cxf/trunk/systests/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxws/pom.xml?rev=1089634&r1=1089633&r2=1089634&view=diff
==============================================================================
--- cxf/trunk/systests/jaxws/pom.xml (original)
+++ cxf/trunk/systests/jaxws/pom.xml Wed Apr 6 21:28:53 2011
@@ -85,6 +85,10 @@
</profiles>
<dependencies>
<dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </dependency>
+ <dependency>
<groupId>${cxf.servlet-api.group}</groupId>
<artifactId>${cxf.servlet-api.artifact}</artifactId>
</dependency>