summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/contribution-xml/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/contribution-xml/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 '')
-rw-r--r--java/sca/modules/contribution-xml/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/modules/contribution-xml/pom.xml b/java/sca/modules/contribution-xml/pom.xml
index 2785646d4f..b1a06c2d11 100644
--- a/java/sca/modules/contribution-xml/pom.xml
+++ b/java/sca/modules/contribution-xml/pom.xml
@@ -40,6 +40,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>