diff options
author | 2019-01-14 17:08:01 -0500 | |
---|---|---|
committer | 2019-01-14 17:08:01 -0500 | |
commit | 908e62722ab29a2c91b4b3f4194554c5319fe54a (patch) | |
tree | 2b36fa53ff831c0af3532faafc8a1bffb0c45939 /components/core/pom.xml | |
parent | a3450eb629c88e8fe7f2a0a2d9b241004fd45442 (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 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> |