diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-09-18 14:26:22 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-09-18 14:26:47 +0800 |
commit | c5fb3108e29bdb50d316d2b0f62300573522b361 (patch) | |
tree | 74f2ff996454567f991fb093a2aabe8c44ff2603 /pom.xml | |
parent | ea9eaceb6fc158caec9bc3af326bd1a8ea48f543 (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.
Issue-ID: INT-619
Change-Id: I5f6faab8e08dcd0b960e8f04f3f26580133e5dc5
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,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.nfvo.driver.vnfm.svnfm</groupId> |