summaryrefslogtreecommitdiffstats
path: root/components/core/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-16 21:00:44 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-16 21:00:44 +0000
commit1bc41539b74123578f743be76f3ca588e5d46237 (patch)
tree54b328bb73dd1835477c8364f36bc36827501c6d /components/core/pom.xml
parentb846a36d1a27193b48c4be7d9a7dc7a1a509b61b (diff)
parent908e62722ab29a2c91b4b3f4194554c5319fe54a (diff)
Merge "Add velocity engine template service"
Diffstat (limited to 'components/core/pom.xml')
-rw-r--r--components/core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/core/pom.xml b/components/core/pom.xml
index f33146b6a..03d46f493 100644
--- a/components/core/pom.xml
+++ b/components/core/pom.xml
@@ -52,6 +52,10 @@
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ </dependency>
<!--Testing dependencies-->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>