diff options
author | Thomas <> | 2023-09-01 08:59:44 +0200 |
---|---|---|
committer | Thomas <> | 2023-09-01 08:59:44 +0200 |
commit | 134b5a78d805a75895bd6d099397c7b6b5d093fb (patch) | |
tree | 46813c0ffb40185331f61ff3c558e9f47414dc44 /eaaf_core | |
parent | bc28a476f0a2585294176db505b5f0afd3f21948 (diff) | |
download | EAAF-Components-134b5a78d805a75895bd6d099397c7b6b5d093fb.tar.gz EAAF-Components-134b5a78d805a75895bd6d099397c7b6b5d093fb.tar.bz2 EAAF-Components-134b5a78d805a75895bd6d099397c7b6b5d093fb.zip |
chore(core): update third-party libs to latest version and remove libs that we don't need any more
Diffstat (limited to 'eaaf_core')
-rw-r--r-- | eaaf_core/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index 6a939710..34b50d20 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -99,10 +99,6 @@ <artifactId>velocity-engine-core</artifactId> </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> <groupId>org.owasp.encoder</groupId> <artifactId>encoder</artifactId> </dependency> |