summaryrefslogtreecommitdiff
path: root/eaaf_core/pom.xml
diff options
context:
space:
mode:
authorThomas <>2023-09-05 17:32:31 +0200
committerThomas <>2023-09-05 17:32:31 +0200
commit79db606277f959ca71eaa74c3750f33006cabaac (patch)
tree407815cc6603362bf32e65373ad7cb854f45758b /eaaf_core/pom.xml
parent9c5bc97110716ba58952a711606d6f14ac2093f9 (diff)
downloadEAAF-Components-79db606277f959ca71eaa74c3750f33006cabaac.tar.gz
EAAF-Components-79db606277f959ca71eaa74c3750f33006cabaac.tar.bz2
EAAF-Components-79db606277f959ca71eaa74c3750f33006cabaac.zip
chore(core): some more clean-up tasks to Java 17
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 -->