aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-24 15:21:30 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-27 10:27:38 -0700
commitfc939b4b2f9394488128fcf7ebb584dc036276d6 (patch)
treea5862b74fc68736d0aba18e37a5a80aeff0a3fc3
parent2cd8bed48afac3d10a75eaf421075e0d1feeae0e (diff)
Use managed guava version
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I9750d5c21f0fa1748f5698a12e9e331a9a3a5df9 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index eb99140..e74dc68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
================================================================================
Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
@@ -23,7 +24,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
</parent>
<groupId>org.onap.dcaegen2.platform</groupId>
@@ -183,7 +184,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>19.0</version>
+
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>