diff options
author | Muthuramalingam, Brinda Santh <bs2796@att.com> | 2019-01-14 17:08:01 -0500 |
---|---|---|
committer | Muthuramalingam, Brinda Santh <bs2796@att.com> | 2019-01-14 17:08:01 -0500 |
commit | a630b5cdb3bab6d80703a4c1843058b11b977fb5 (patch) | |
tree | b27b85a8d231c76f695724266796c3db9a11b330 /components/core/pom.xml | |
parent | 3f215fdd8239c8a32614d84c5b2dab518dbc819c (diff) |
Add velocity engine template service
Change-Id: Idde39b587b41328e5a5e2e32ab32c29cd27d4855
Issue-ID: CCSDK-941
Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
Diffstat (limited to 'components/core/pom.xml')
-rw-r--r-- | components/core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/core/pom.xml b/components/core/pom.xml index f33146b6..03d46f49 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> |