diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:31:53 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-27 10:32:21 -0700 |
commit | 2e07978c045362e5fce86976b2c508efe05dca60 (patch) | |
tree | 6053d1272c9492a67a1fa6d108d24219387b27ce /zte/sfc-driver | |
parent | 14bbcf7096ed747d73d76675b06fbaf24f820d2f (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: I9440314d2199ff5978020fd2e3e21d3538c65fa5
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'zte/sfc-driver')
-rw-r--r-- | zte/sfc-driver/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/sfc-driver/pom.xml b/zte/sfc-driver/pom.xml index 6eeb213..e5acb1f 100644 --- a/zte/sfc-driver/pom.xml +++ b/zte/sfc-driver/pom.xml @@ -20,7 +20,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.sfc</groupId> |