Author: bimargulies
Date: Mon Mar 2 22:24:47 2009
New Revision: 749456
URL: http://svn.apache.org/viewvc?rev=749456&view=rev
Log:
One last dependency to squish. CXF-2079.
Modified:
cxf/trunk/systests/pom.xml
Modified: cxf/trunk/systests/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/pom.xml?rev=749456&r1=749455&r2=749456&view=diff
==============================================================================
--- cxf/trunk/systests/pom.xml (original)
+++ cxf/trunk/systests/pom.xml Mon Mar 2 22:24:47 2009
@@ -415,6 +415,10 @@
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
</exclusions>
</dependency>