summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-24 15:32:13 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-27 10:32:32 -0700
commita86dbcfe5ff3eeaae2a954455913c38d6d8310ae (patch)
tree068b50569f47e5d31d971eff001a43546551c36e
parent87a0df2baf21781de4e33bd37a81fe2ebc70e697 (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: I14feff4443ccd37bf83b990cb45f78e68a703900 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 8c8da44..880cc34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,12 +14,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<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">
+<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">
<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.multivimproxy</groupId>
@@ -28,12 +27,12 @@
<version>1.1.0-SNAPSHOT</version>
<name>vfc-nfvo-multivimproxy</name>
<description>vfc nfvo multivimproxy</description>
-
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<package.name>vfc-nfvo-multivimproxy-service</package.name>
</properties>
-
+
<build>
<plugins>
<plugin>
@@ -72,7 +71,7 @@
</plugin>
</plugins>
</build>
-
+
<modules>
<module>service</module>
<module>deployment</module>