diff options
author | Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> | 2019-07-08 12:33:43 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-07-09 17:39:52 +0000 |
commit | 49552ce33c9b675a1cbb53d631d81fbe5ceab21c (patch) | |
tree | 3a917e4a42a3c61cc41e604316c5e18cea65530d /ms/blueprintsprocessor/parent | |
parent | 22d3293ec88d18e20f58c87e3f34c1cd24ad61f4 (diff) |
Velocity template engine implement a separate instance
Issue-ID: CCSDK-1457
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: I8fd9918df5e03e1f7c0cdcf4bc63ddc5846195b8
Diffstat (limited to 'ms/blueprintsprocessor/parent')
-rwxr-xr-x | ms/blueprintsprocessor/parent/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 686be49fd..601fee30e 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -52,7 +52,8 @@ <powermock.version>1.7.4</powermock.version> <mockk.version>1.9</mockk.version> <dmaap.client.version>1.1.5</dmaap.client.version> - <jinja.version>2.5.0</jinja.version> + <jinja.version>2.5.1</jinja.version> + <velocity.version>1.7</velocity.version> <mockkserver.version>5.5.1</mockkserver.version> </properties> <dependencyManagement> @@ -119,7 +120,7 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> - <version>1.7</version> + <version>${velocity.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |