You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/08/25 23:19:50 UTC

svn commit: r807806 - /cxf/trunk/rt/databinding/sdo/pom.xml

Author: dkulp
Date: Tue Aug 25 21:19:48 2009
New Revision: 807806

URL: http://svn.apache.org/viewvc?rev=807806&view=rev
Log:
Exclude the wstx sdo pulls in

Modified:
    cxf/trunk/rt/databinding/sdo/pom.xml

Modified: cxf/trunk/rt/databinding/sdo/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/sdo/pom.xml?rev=807806&r1=807805&r2=807806&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/sdo/pom.xml (original)
+++ cxf/trunk/rt/databinding/sdo/pom.xml Tue Aug 25 21:19:48 2009
@@ -43,6 +43,12 @@
             <artifactId>tuscany-sdo-impl</artifactId>
             <version>1.1.1</version>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.codehaus.woodstox</groupId>
+                    <artifactId>wstx-asl</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sdo</groupId>