Use managed guava version 35/62835/2
authorGary Wu <gary.i.wu@huawei.com>
Fri, 24 Aug 2018 22:32:28 +0000 (15:32 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 27 Aug 2018 17:32:41 +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: I2d446931acf191a62e63f41c5b6f06ae0bd514e7
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
vid-automation/pom.xml

index bf34a4f..75d48a4 100644 (file)
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.onap.vid</groupId>
@@ -12,7 +10,7 @@
         <jersey.version>2.23.1</jersey.version>
         <jackson.version>2.6.3</jackson.version>
         <aspectj.version>1.8.10</aspectj.version>
-         
+
     </properties>
 
 
@@ -20,7 +18,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>23.0</version>
+
         </dependency>
         <dependency>
             <groupId>org.openecomp.sdc</groupId>
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>