Author: dkulp
Date: Tue Sep 20 21:19:57 2011
New Revision: 1173382
URL: http://svn.apache.org/viewvc?rev=1173382&view=rev
Log:
Add exclusions for neethi to make sure we pull in the versions we need.
Modified:
cxf/trunk/api/pom.xml
cxf/trunk/parent/pom.xml
Modified: cxf/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/api/pom.xml?rev=1173382&r1=1173381&r2=1173382&view=diff
==============================================================================
--- cxf/trunk/api/pom.xml (original)
+++ cxf/trunk/api/pom.xml Tue Sep 20 21:19:57 2011
@@ -80,6 +80,10 @@
<artifactId>commons-lang</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ </dependency>
</dependencies>
<build>
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1173382&r1=1173381&r2=1173382&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Tue Sep 20 21:19:57 2011
@@ -574,13 +574,17 @@
<artifactId>wstx-asl</artifactId>
</exclusion>
<exclusion>
- <groupId>org.codehaus.woodstox</groupId>
+ <groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</exclusion>
-
-
-
-
+ <exclusion>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>woodstox-core-asl</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>