diff options
author | Thomas Lenz <thomas.lenz@iaik.tugraz.at> | 2023-09-05 15:40:51 +0000 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@iaik.tugraz.at> | 2023-09-05 15:40:51 +0000 |
commit | 5f143599a0d81cdd95181bc4c2f3472514ae037c (patch) | |
tree | 407815cc6603362bf32e65373ad7cb854f45758b /eaaf_modules/eaaf_module_pvp2_core | |
parent | fecd2fa23e50e6fc0d851eddc0b079ee44131066 (diff) | |
parent | 79db606277f959ca71eaa74c3750f33006cabaac (diff) | |
download | EAAF-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_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> |