aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-24 15:14:53 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-27 10:24:41 -0700
commit49ae217cfaf699d2fef80f977b877c8e59c0d46f (patch)
treebe45808dc25fdeb510f1466c3c3ddba919fe02f0
parent9f9aab70987fc7e692a9c4ac8ae7dc665771e050 (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: Iaba563bf019d31bf0de5cd171ff3496742728282 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fdf9f9c..df4bd83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
============LICENSE_START=======================================================
@@ -27,7 +28,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
</parent>
<groupId>org.onap.aai.event-client</groupId>