summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_moa-sig/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_modules/eaaf_module_moa-sig/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_modules/eaaf_module_moa-sig/pom.xml')
-rw-r--r--eaaf_modules/eaaf_module_moa-sig/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/eaaf_modules/eaaf_module_moa-sig/pom.xml b/eaaf_modules/eaaf_module_moa-sig/pom.xml
index c8a30654..3844df74 100644
--- a/eaaf_modules/eaaf_module_moa-sig/pom.xml
+++ b/eaaf_modules/eaaf_module_moa-sig/pom.xml
@@ -101,6 +101,12 @@
<dependency>
<groupId>moaSig</groupId>
<artifactId>common</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>at.gv.egovernment.moa.sig</groupId>