From a5445100050e49e83f73424198d73cd72d672a4d Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 4 Mar 2018 14:53:33 +0200 Subject: Sync Integ to Master Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) --- ui-ci/pom.xml | 110 ++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 60 insertions(+), 50 deletions(-) (limited to 'ui-ci/pom.xml') diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index b7cf230b2f..1fc9f7054b 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -11,10 +11,10 @@ sdc-main 1.2.0-SNAPSHOT - + - true true + 1.8.10 @@ -22,22 +22,22 @@ com.google.guava guava ${guava.version} - + compile - + org.seleniumhq.selenium selenium-java 2.53.1 - + org.seleniumhq.selenium selenium-server 2.53.1 - + runtime @@ -69,7 +69,7 @@ ${snakeyaml.version} compile - + org.functionaljava functionaljava ${functionaljava.version} @@ -87,42 +87,42 @@ org.apache.httpcomponents httpclient - ${httpclient.version} + ${httpclient.version} compile org.apache.httpcomponents httpmime - ${httpclient.version} + ${httpclient.version} compile commons-logging commons-logging - ${commons-logging} + ${commons-logging} compile org.slf4j slf4j-api - ${slf4j-api.version} + ${slf4j-api.version} compile ch.qos.logback logback-classic - ${logback.version} + ${logback.version} compile ch.qos.logback logback-core - ${logback.version} + ${logback.version} compile @@ -143,8 +143,8 @@ - org.openecomp.sdc.sdc-titan-cassandra - sdc-titan-cassandra + com.thinkaurelius.titan + titan-cassandra ${titan.version} compile @@ -169,18 +169,18 @@ 2.3.1 compile - + - com.fasterxml.jackson.core - jackson-annotations + com.fasterxml.jackson.core + jackson-annotations ${jackson.annotations.version} - compile - + compile + org.openecomp.sdc.sdc-distribution-client sdc-distribution-client - 1.1.50-SNAPSHOT + 1.2.3 compile @@ -194,7 +194,7 @@ org.testng testng - ${testng.version} + 6.11 compile @@ -234,38 +234,48 @@ commons-codec commons-codec - ${commons-codec} + ${commons-codec} + compile + + + + com.aventstack + extentreports + 3.0.6 + compile + + + + net.lightbody.bmp + + browsermob-core + 2.1.4 + + + + com.github.markusbernhardt + proxy-vole + 1.0.2 + + + + com.paulhammant + ngwebdriver + 0.9.7 compile - com.aventstack - extentreports - 3.0.6 - compile - - - - net.lightbody.bmp - - browsermob-core - 2.1.4 - - - - com.github.markusbernhardt - proxy-vole - 1.0.2 - - - - com.paulhammant - ngwebdriver - 0.9.7 - compile - - + com.google.inject + guice + 4.1.0 + + + + + + -- cgit 1.2.3-korg