summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml')
-rw-r--r--branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml b/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml
index 8410deb48f..f43f0d449b 100644
--- a/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml
+++ b/branches/sca-java-1.3.1/modules/databinding-axiom/pom.xml
@@ -55,17 +55,14 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.8.1</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-impl</artifactId>
<version>1.2.5</version>