diff options
author | 2018-08-24 15:34:04 -0700 | |
---|---|---|
committer | 2018-08-27 10:32:55 -0700 | |
commit | b63b067d83ff2c6fd0d2646cd4752ab59e640bcc (patch) | |
tree | 5b373b8848082eca28c55bc99901cf42d70ff828 | |
parent | d8ef8f3cefd17279e660055145fa64038ced053e (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: Iab29169c9a478b970eac9e2a524d8430caa26fd4
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.engagementmgr</groupId> @@ -163,4 +163,3 @@ </repository> </repositories> </project> - |