Use managed guava version 19/62819/2
authorGary Wu <gary.i.wu@huawei.com>
Fri, 24 Aug 2018 22:31:48 +0000 (15:31 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 27 Aug 2018 17:32:18 +0000 (10:32 -0700)
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: Id616c3a0bab89354ffc6c835a2d305bb87fb9d77
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
ems/boco/pom.xml
pom.xml

index f7ebf5b..f2c3bed 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
     Copyright (c) 2017, CMCC Technologies Co., Ltd.
 
     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>
             </plugin>
         </plugins>
        <!--  /pluginManagement--> 
-        
+
     </build>
 
   <dependencies>
                <artifactId>commons-net</artifactId>
                <version>3.6</version>
        </dependency>
-               
+
        <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-context</artifactId>
             <artifactId>jersey-container-servlet-core</artifactId>
             <version>${jersey.version}</version>
         </dependency>
-               
+
                <dependency>
                        <groupId>org.glassfish.jersey.containers</groupId>
                        <artifactId>jersey-container-servlet</artifactId>
                <version>1.0.4</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/org.mockftpserver/MockFtpServer -->
-       
+
        <dependency>
            <groupId>org.mockftpserver</groupId>
            <artifactId>MockFtpServer</artifactId>
        <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 (file)
--- 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>