summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/databinding-axiom/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-06-30 17:27:45 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-06-30 17:27:45 +0000
commite96c0fb37fb981ab792616513a9e4833c3758396 (patch)
tree140ae328aee068cf730430b91dd0bdbccc20f1f9 /java/sca/modules/databinding-axiom/pom.xml
parent79c8907bf3b86c58ee515a355361a2f42ebc4776 (diff)
Cleaned up dependencies on stax-api to make sure that one copy of stax-api.jar is on the classpath. Cleaned up dependencies on pluggable contribution-xyz modules.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672827 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/databinding-axiom/pom.xml')
-rw-r--r--java/sca/modules/databinding-axiom/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/java/sca/modules/databinding-axiom/pom.xml b/java/sca/modules/databinding-axiom/pom.xml
index d9ccbaf92a..dc8e0b6dce 100644
--- a/java/sca/modules/databinding-axiom/pom.xml
+++ b/java/sca/modules/databinding-axiom/pom.xml
@@ -41,9 +41,9 @@
</dependency>
<dependency>
- <groupId>stax</groupId>
+ <groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
- <version>1.0.1</version>
+ <version>1.0-2</version>
</dependency>
<dependency>
@@ -84,6 +84,12 @@
<artifactId>wstx-asl</artifactId>
<version>3.2.1</version>
<scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>