Add velocity-engine dependency in dependencies POM 01/91401/1
authorSandeep Shah <sandeeplinux1068@gmail.com>
Sat, 13 Jul 2019 00:27:02 +0000 (19:27 -0500)
committerSandeep Shah <sandeeplinux1068@gmail.com>
Sat, 13 Jul 2019 00:27:02 +0000 (19:27 -0500)
Add velocity-engine-core dependency in ccsdk/distribution/
dependencies/pom.xml

Issue-ID: CCSDK-1482
Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com>
Change-Id: Ieb89180552263264bc5e443dd8ae4d4d91502a93

dependencies/pom.xml

index c9bca06..ab0d0f6 100755 (executable)
             <artifactId>velocity</artifactId>
             <version>1.7</version>
         </dependency>
+        <dependency>
+          <groupId>org.apache.velocity</groupId>
+          <artifactId>velocity-engine-core</artifactId>
+          <version>2.0</version>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>