summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/databinding-axiom/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-08 14:26:47 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-08 14:26:47 +0000
commit8eecccbdfd32a794e38ae00f637e34d647d87556 (patch)
tree97d6b951f78c04f2ea30467bf5a9cfb0532eeb9d /java/sca/modules/databinding-axiom/pom.xml
parent14ca923d22e008082a0d97e1c08711e525ce384b (diff)
Remove dependencies on xml-apis, xercesImpl, and xalan except for the one plave in the axis2 binding that needs xercesImpl when doing ws-sec
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/databinding-axiom/pom.xml')
-rw-r--r--java/sca/modules/databinding-axiom/pom.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/java/sca/modules/databinding-axiom/pom.xml b/java/sca/modules/databinding-axiom/pom.xml
index 1cbc5a6c2a..f602ad3519 100644
--- a/java/sca/modules/databinding-axiom/pom.xml
+++ b/java/sca/modules/databinding-axiom/pom.xml
@@ -59,17 +59,14 @@
<groupId>stax</groupId>
<artifactId>stax-api</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>