summaryrefslogtreecommitdiff
path: root/eaaf_core/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@iaik.tugraz.at>2023-09-05 15:40:51 +0000
committerThomas Lenz <thomas.lenz@iaik.tugraz.at>2023-09-05 15:40:51 +0000
commit5f143599a0d81cdd95181bc4c2f3472514ae037c (patch)
tree407815cc6603362bf32e65373ad7cb854f45758b /eaaf_core/pom.xml
parentfecd2fa23e50e6fc0d851eddc0b079ee44131066 (diff)
parent79db606277f959ca71eaa74c3750f33006cabaac (diff)
downloadEAAF-Components-5f143599a0d81cdd95181bc4c2f3472514ae037c.tar.gz
EAAF-Components-5f143599a0d81cdd95181bc4c2f3472514ae037c.tar.bz2
EAAF-Components-5f143599a0d81cdd95181bc4c2f3472514ae037c.zip
Merge branch 'feature/java_17' into '2.x/development'
chore(core): some more clean-up tasks to Java 17 See merge request egiz/eaaf_components!25
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 -->