summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>