summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.3.1/tools/java2wsdl/pom.xml')
-rw-r--r--branches/sca-java-1.3.1/tools/java2wsdl/pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml b/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml
index aeccffe317..b10f64947a 100644
--- a/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml
+++ b/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml
@@ -89,17 +89,15 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
</exclusions>
<version>1.2.5</version>
</dependency>
<dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.8.1</version>
- </dependency>
-
- <dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-impl</artifactId>
<version>1.2.5</version>