summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/policy-xml-ws/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 08:52:19 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 08:52:19 +0000
commitde90955adbe07099a761ae9bafe8256f20d03335 (patch)
treebecf30ba4f2d9abf8444b0eeff70ff5b393c424a /java/sca/modules/policy-xml-ws/pom.xml
parent53608d090cdcce3a0611cfedf2d6252bd4aafe40 (diff)
Excluding stax-api from woodstock dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/policy-xml-ws/pom.xml')
-rw-r--r--java/sca/modules/policy-xml-ws/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/modules/policy-xml-ws/pom.xml b/java/sca/modules/policy-xml-ws/pom.xml
index 84b359daf4..8dd362479b 100644
--- a/java/sca/modules/policy-xml-ws/pom.xml
+++ b/java/sca/modules/policy-xml-ws/pom.xml
@@ -105,6 +105,12 @@
<artifactId>wstx-asl</artifactId>
<version>3.2.4</version>
<scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>