aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-18 12:41:52 +0200
committergjoranv <gv@verizonmedia.com>2021-10-19 16:46:30 +0200
commitcaf36396be34230330f41d53b6169659e09fbdf6 (patch)
tree5a3588eae9ea922406483d7531743902d0e94e7c /config-model
parentf996eb3c39db4c83b856495ec64984ba7fddc344 (diff)
Upgrade from velocity:1.7 to velocity-engine-core:2.3
Diffstat (limited to 'config-model')
-rw-r--r--config-model/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 3442a81159e..6dfc2e7740f 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -113,7 +113,7 @@
</exclusion>
<exclusion>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
+ <artifactId>velocity-engine-core</artifactId>
</exclusion>
</exclusions>
</dependency>