diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:31:26 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-27 10:32:08 -0700 |
commit | 8309d51e067677131cc6ac6fb4090baeabecbdc1 (patch) | |
tree | 8a5405fa827cbdd48a9ba3aad36deabc76ed2034 | |
parent | 7a499fdea5c69e2ef37ebd1a58a00b9772ec48f2 (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: I523772dcc79253569aeadfc10cd2720addaa3cd4
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId> |