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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-bpel-ode/pom.xml b/java/sca/modules/implementation-bpel-ode/pom.xml
index 1c5c20a232..4c568f8efb 100644
--- a/java/sca/modules/implementation-bpel-ode/pom.xml
+++ b/java/sca/modules/implementation-bpel-ode/pom.xml
@@ -349,6 +349,12 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>