You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2009/03/02 23:24:47 UTC

svn commit: r749456 - /cxf/trunk/systests/pom.xml

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>