summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-1.4/tools/wsdl2java/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/branches/sca-java-1.4/tools/wsdl2java/pom.xml b/branches/sca-java-1.4/tools/wsdl2java/pom.xml
index 6d158fe255..9ef89ad6d4 100644
--- a/branches/sca-java-1.4/tools/wsdl2java/pom.xml
+++ b/branches/sca-java-1.4/tools/wsdl2java/pom.xml
@@ -99,6 +99,10 @@
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -111,6 +115,10 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -122,6 +130,10 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.1_spec</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>