summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-21 18:39:47 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-21 18:39:47 +0000
commit6efb130e07bccc2dd4fb560796bb740dca905c54 (patch)
tree272b4b200554cca9c4bacd9a11733c125bdae591 /sca-java-2.x
parent74a724909753eb0730f4565570bba1915530793d (diff)
Add some more excludes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml
index 3ce39ad1ff..1fda2ec5c2 100644
--- a/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml
@@ -69,6 +69,14 @@
<artifactId>bsf-engines</artifactId>
</exclusion>
<exclusion>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.ws.commons.axiom</groupId>
+ <artifactId>axiom-impl</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>