aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vid-automation/pom.xml')
-rw-r--r--vid-automation/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml
index f8bd6460b..dfd61aae2 100644
--- a/vid-automation/pom.xml
+++ b/vid-automation/pom.xml
@@ -6,19 +6,18 @@
<artifactId>automationTest</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
- <springframework.version>4.2.0.RELEASE</springframework.version>
+ <springframework.version>4.2.9.RELEASE</springframework.version>
<jersey.version>2.23.1</jersey.version>
<jackson.version>2.6.3</jackson.version>
<aspectj.version>1.8.10</aspectj.version>
</properties>
-
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
-
+ <version>23.0</version>
</dependency>
<dependency>
<groupId>org.openecomp.sdc</groupId>
@@ -32,11 +31,11 @@
</exclusion>
</exclusions>
</dependency>
-<!-- <dependency>
+ <dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.12</version>
- </dependency> -->
+ <version>1.2.17</version>
+ </dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>