summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel-ode/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/implementation-bpel-ode/pom.xml')
-rw-r--r--java/sca/modules/implementation-bpel-ode/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-bpel-ode/pom.xml b/java/sca/modules/implementation-bpel-ode/pom.xml
index 43c3373e91..1c5c20a232 100644
--- a/java/sca/modules/implementation-bpel-ode/pom.xml
+++ b/java/sca/modules/implementation-bpel-ode/pom.xml
@@ -328,12 +328,22 @@
<groupId>xom</groupId>
<artifactId>xom</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>xerces</groupId>