summaryrefslogtreecommitdiff
path: root/eaaf_core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r--eaaf_core/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml
index 34b50d20..ad0ab63c 100644
--- a/eaaf_core/pom.xml
+++ b/eaaf_core/pom.xml
@@ -109,10 +109,22 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- For testing -->