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 | 7b533e17764ba9932e31aae498bd6c3447cb8839 (patch) | |
tree | 694841e40e276bc6c47a491b3fd5e4fc34eaec6e /components/parent | |
parent | 67971523c0f7950f76b2a3e2f3c3228763ee7882 (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 'components/parent')
-rw-r--r-- | components/parent/pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/components/parent/pom.xml b/components/parent/pom.xml index abd979b09..1528f18e7 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -186,10 +186,11 @@ <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>26.0-jre</version> + </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> |