diff options
author | Sandeep J <sandeejh@in.ibm.com> | 2018-09-21 15:44:52 +0530 |
---|---|---|
committer | Sandeep J <sandeejh@in.ibm.com> | 2018-09-21 15:45:05 +0530 |
commit | 032778f748ba62daa8a9d347fe5acb9b38f12969 (patch) | |
tree | 14f3d35b707a3fda9f0238ec2aa2e742dbbc48b4 /ms/blueprintsprocessor/parent | |
parent | 15ac6196f60ba08a7567139ab43c5c60aa2d1a1f (diff) |
added version no to google guava plugin dependency
to increase code coverage
Issue-ID: CCSDK-591
Change-Id: I0599d001c5433ac1c63c160099090eab09bdaffa
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
Diffstat (limited to 'ms/blueprintsprocessor/parent')
-rw-r--r-- | ms/blueprintsprocessor/parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 409c8ade..185ed14f 100644 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -157,7 +157,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - + <version>26.0-jre</version> </dependency> <!-- Database --> |