You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/12/31 14:38:36 UTC

svn commit: r730392 - /tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml

Author: antelder
Date: Wed Dec 31 05:38:36 2008
New Revision: 730392

URL: http://svn.apache.org/viewvc?rev=730392&view=rev
Log:
Eclude a couple of unneeded dependencies

Modified:
    tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml?rev=730392&r1=730391&r2=730392&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml Wed Dec 31 05:38:36 2008
@@ -376,6 +376,16 @@
            <groupId>org.apache.ws.commons.schema</groupId>
            <artifactId>XmlSchema</artifactId>
            <version>1.4.2</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.bcel</groupId>
+                    <artifactId>bcel</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
     </dependencies>