summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYan Yang <yangyanyj@chinamobile.com>2018-09-17 08:35:41 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-17 08:35:41 +0000
commit43e086a7f61b4e2f3c33e56cb814a5762796cb9d (patch)
tree23d2e6e18135f8564eadd2880a4630b1467d318d
parentef04f4aeb7d243e12c6c65122487d7037ef46e46 (diff)
parent9c72cfaf39966f61b01380b50b126eb4717af136 (diff)
Merge "Use managed guava version"
-rw-r--r--ems/boco/pom.xml20
-rw-r--r--pom.xml2
2 files changed, 11 insertions, 11 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml
index f7ebf5b..f2c3bed 100644
--- a/ems/boco/pom.xml
+++ b/ems/boco/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
Copyright (c) 2017, CMCC Technologies Co., Ltd.
@@ -13,27 +14,26 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.onap.vfc.nfvo.driver.ems.ems</groupId>
<artifactId>ems-driver-boco-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
-
+
<modelVersion>4.0.0</modelVersion>
<artifactId>boco-driver</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>vfc-nfvo-driver-ems-ems-boco</name>
-
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jersey.version>2.16</jersey.version>
<swagger.version>1.5.3</swagger.version>
</properties>
-
+
<build>
<!--pluginManagement-->
<plugins>
@@ -113,7 +113,7 @@
</plugin>
</plugins>
<!-- /pluginManagement-->
-
+
</build>
<dependencies>
@@ -147,7 +147,7 @@
<artifactId>commons-net</artifactId>
<version>3.6</version>
</dependency>
-
+
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
@@ -202,7 +202,7 @@
<artifactId>jersey-container-servlet-core</artifactId>
<version>${jersey.version}</version>
</dependency>
-
+
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
@@ -252,7 +252,7 @@
<version>1.0.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mockftpserver/MockFtpServer -->
-
+
<dependency>
<groupId>org.mockftpserver</groupId>
<artifactId>MockFtpServer</artifactId>
@@ -313,7 +313,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>23.5-jre</version>
+
</dependency>
</dependencies>
</project>
diff --git a/pom.xml b/pom.xml
index e0f723e..bf317ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,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.ems</groupId>