summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorOla Aunrønning <olaa@verizonmedia.com>2020-02-17 09:49:18 +0100
committerOla Aunrønning <olaa@verizonmedia.com>2020-02-20 11:09:59 +0100
commitf37fde7714ca78c80f3eb584936065d07ab8ec75 (patch)
tree4a9af01a2f38684a9d215cee83e5e40708f1e997 /config-model/pom.xml
parentee4be19769784b0e27efb77012f14e38a8ca986b (diff)
Exclude velocity artifact in config-model/pom.xml
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 25b733985f5..33f6657561c 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -105,6 +105,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>