Author: antelder
Date: Sun Nov 21 17:59:49 2010
New Revision: 1037515

URL: http://svn.apache.org/viewvc?rev=1037515&view=rev
Log:
Add some more excludes for un needed dependencies

Modified:
    tuscany/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml

Modified: 
tuscany/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml?rev=1037515&r1=1037514&r2=1037515&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml 
(original)
+++ tuscany/sca-java-2.x/trunk/modules/implementation-script-runtime/pom.xml 
Sun Nov 21 17:59:49 2010
@@ -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>


Reply via email to