Author: dkulp
Date: Thu Apr 7 21:53:00 2011
New Revision: 1090036
URL: http://svn.apache.org/viewvc?rev=1090036&view=rev
Log:
Merged revisions 1089634 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1089634 | dkulp | 2011-04-06 17:28:53 -0400 (Wed, 06 Apr 2011) | 2 lines
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/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml
Propchange: cxf/branches/2.3.x-fixes/
('svn:mergeinfo' removed)
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml?rev=1090036&r1=1090035&r2=1090036&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml Thu Apr 7 21:53:00 2011
@@ -84,6 +84,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>