Author: andreasmyth
Date: Thu Jan 25 10:03:51 2007
New Revision: 499875
URL: http://svn.apache.org/viewvc?view=rev&rev=499875
Log:
Exclude unwanted dependencies (e.g. woodstox 3.0.1) pulled in by neethi.
Modified:
incubator/cxf/trunk/pom.xml
incubator/cxf/trunk/rt/ws/policy/pom.xml
Modified: incubator/cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=499875&r1=499874&r2=499875
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Thu Jan 25 10:03:51 2007
@@ -429,6 +429,24 @@
<groupId>org.apache.ws.commons.neethi</groupId>
<artifactId>neethi</artifactId>
<version>2.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-impl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-parent</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>stax</groupId>
Modified: incubator/cxf/trunk/rt/ws/policy/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/pom.xml?view=diff&rev=499875&r1=499874&r2=499875
==============================================================================
--- incubator/cxf/trunk/rt/ws/policy/pom.xml (original)
+++ incubator/cxf/trunk/rt/ws/policy/pom.xml Thu Jan 25 10:03:51 2007
@@ -37,7 +37,6 @@
<dependency>
<groupId>org.apache.ws.commons.neethi</groupId>
<artifactId>neethi</artifactId>
- <version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>