Author: dkulp
Date: Wed Aug 11 17:41:42 2010
New Revision: 984492

URL: http://svn.apache.org/viewvc?rev=984492&view=rev
Log:
Merged revisions 984455 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r984455 | dkulp | 2010-08-11 11:57:42 -0400 (Wed, 11 Aug 2010) | 1 line
  
  Fix for maven 3-beta-2
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/systests/uncategorized/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/systests/uncategorized/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/uncategorized/pom.xml?rev=984492&r1=984491&r2=984492&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/uncategorized/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/systests/uncategorized/pom.xml Wed Aug 11 17:41:42 
2010
@@ -409,6 +409,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