aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-24 15:32:28 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-27 10:32:41 -0700
commitb6e35acc559f581be129d109b5379be6bb4d590c (patch)
tree588066e4a835b8d93e26b6df63db424b3c75806c /vid-automation
parent5adc0b0ee92d1e39ddaacd27e67a327dd5988f11 (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: I2d446931acf191a62e63f41c5b6f06ae0bd514e7 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'vid-automation')
-rw-r--r--vid-automation/pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml
index bf34a4f78..75d48a4b5 100644
--- a/vid-automation/pom.xml
+++ b/vid-automation/pom.xml
@@ -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>
@@ -230,4 +228,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>