diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-21 17:59:49 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-21 17:59:49 +0000 |
commit | a19d0c23769c22c3f6a25db34a0f35c0bbe12459 (patch) | |
tree | 5335c3cd51873bb6165fbbe95c58766a24f54ee3 /sca-java-2.x | |
parent | 0bbfec7a5073cf1f03149b9f36791e377e2aaccc (diff) |
Add some more excludes for un needed dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037515 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.xml | 12 |
1 files changed, 12 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 596fbee03c..3ce39ad1ff 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,18 @@ <artifactId>bsf-engines</artifactId> </exclusion> <exclusion> + <groupId>stax</groupId> + <artifactId>stax-api</artifactId> + </exclusion> + <exclusion> + <groupId>xmlbeans</groupId> + <artifactId>xbean</artifactId> + </exclusion> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> + <exclusion> <groupId>org.codehaus.woodstox</groupId> <artifactId>wstx-asl</artifactId> </exclusion> |