diff options
author | 2018-08-24 15:33:55 -0700 | |
---|---|---|
committer | 2018-08-27 10:32:51 -0700 | |
commit | af34c0ba76e83257ba0130038687626632513d8e (patch) | |
tree | 141844d9a20e3d9c36b4146e63cc90a92d22f535 | |
parent | 04b0373cffd59af785ae6ad2e1ae1e1b0b98452e (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: I8898f1f4c5e2ea7e2c60aa16cdb1ee2b76c5aba4
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,10 +1,10 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </parent> <groupId>org.onap.vvp.cms</groupId> @@ -164,4 +164,3 @@ </repository> </repositories> </project> - |