summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-31 13:38:36 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-31 13:38:36 +0000
commit7e20b6027cc7edcb612dbb067bd3153fe2956988 (patch)
treecb83032fab4656c71241b141ca628ece2fd256d5
parentf8805caea6f68140a8dcca4383d155890172f92e (diff)
Eclude a couple of unneeded dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730392 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-1.x/modules/compact-webservices/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/compact-webservices/pom.xml b/branches/sca-java-1.x/modules/compact-webservices/pom.xml
index 3c3b0945e0..dc392e0500 100644
--- a/branches/sca-java-1.x/modules/compact-webservices/pom.xml
+++ b/branches/sca-java-1.x/modules/compact-webservices/pom.xml
@@ -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>