diff options
author | Thomas <> | 2023-09-05 17:32:31 +0200 |
---|---|---|
committer | Thomas <> | 2023-09-05 17:32:31 +0200 |
commit | 79db606277f959ca71eaa74c3750f33006cabaac (patch) | |
tree | 407815cc6603362bf32e65373ad7cb854f45758b /eaaf_modules/eaaf_module_pvp2_core | |
parent | 9c5bc97110716ba58952a711606d6f14ac2093f9 (diff) | |
download | EAAF-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_pvp2_core')
-rw-r--r-- | eaaf_modules/eaaf_module_pvp2_core/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml index 0afca29a..9da56bba 100644 --- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml +++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml @@ -120,12 +120,6 @@ </exclusions> </dependency> <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.4.01</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>at.asitplus.hsmfacade</groupId> <artifactId>provider</artifactId> <scope>test</scope> |