Author: dkulp
Date: Wed Aug 11 15:57:42 2010
New Revision: 984455

URL: http://svn.apache.org/viewvc?rev=984455&view=rev
Log:
Fix for maven 3-beta-2

Modified:
    cxf/trunk/systests/uncategorized/pom.xml

Modified: cxf/trunk/systests/uncategorized/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/systests/uncategorized/pom.xml?rev=984455&r1=984454&r2=984455&view=diff
==============================================================================
--- cxf/trunk/systests/uncategorized/pom.xml (original)
+++ cxf/trunk/systests/uncategorized/pom.xml Wed Aug 11 15:57:42 2010
@@ -421,6 +421,10 @@
                     <groupId>org.codehaus.woodstox</groupId>
                     <artifactId>wstx-asl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>woodstox</groupId>
+                    <artifactId>wstx-asl</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>


Reply via email to