diff options
author | Thomas <> | 2022-01-09 12:33:21 +0100 |
---|---|---|
committer | Thomas <> | 2022-01-09 12:33:21 +0100 |
commit | 6fcfe3946fb8c252f9b7a4961720dd851f720f9a (patch) | |
tree | 3747a95cedad0f3c39e0ba6def543db608cc68ca /eaaf_core/pom.xml | |
parent | 5bdcf4b0298da05efb06eb84acdb188e4313df75 (diff) | |
download | EAAF-Components-6fcfe3946fb8c252f9b7a4961720dd851f720f9a.tar.gz EAAF-Components-6fcfe3946fb8c252f9b7a4961720dd851f720f9a.tar.bz2 EAAF-Components-6fcfe3946fb8c252f9b7a4961720dd851f720f9a.zip |
refactor(core): update to latest version of Velocity engine
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r-- | eaaf_core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index 15628054..a14c107b 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -73,7 +73,7 @@ </dependency> <dependency> <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> + <artifactId>velocity-engine-core</artifactId> </dependency> <dependency> <groupId>commons-collections</groupId> |