Author: bimargulies
Date: Mon Mar 2 22:23:05 2009
New Revision: 749455
URL: http://svn.apache.org/viewvc?rev=749455&view=rev
Log:
Missing exclusions CXF-2079.
Modified:
cxf/trunk/parent/pom.xml
Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=749455&r1=749454&r2=749455&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Mon Mar 2 22:23:05 2009
@@ -467,6 +467,10 @@
<groupId>mx4j</groupId>
<artifactId>mx4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -499,6 +503,11 @@
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
+
</exclusions>
</dependency>
<dependency>
@@ -527,6 +536,11 @@
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
+<!-- this one comes from sjsxp -->
+ <exclusion>
+ <groupId>javax.xml.stream</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -920,6 +934,10 @@
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -939,6 +957,10 @@
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
|