From 66af8b9b391879be78660d6ccb0a1f1f9340b423 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Mon, 11 Mar 2019 09:34:34 +0200 Subject: Merge automation from ECOMP's repository Reference commit in ECOMP: 8e92a8c6 Issue-ID: VID-378 Change-Id: Ia32f4813378ef95097f788246aa5b1172e20ca48 Signed-off-by: Ittay Stern --- vid-automation/pom.xml | 133 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 101 insertions(+), 32 deletions(-) (limited to 'vid-automation/pom.xml') diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index dfd61aae2..21c8c6462 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -7,9 +7,12 @@ 1.0-SNAPSHOT 4.2.9.RELEASE - 2.23.1 - 2.6.3 + 2.27 + 2.9.7 1.8.10 + 3.6.0 + 2.9.1 + 4.4.1 @@ -20,16 +23,14 @@ 23.0 - org.openecomp.sdc - ui-ci - 1.0.5-SNAPSHOT - compile - - - log4j - log4j - - + org.apache.logging.log4j + log4j-api + ${log4j.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} log4j @@ -39,18 +40,92 @@ org.testng testng - 6.14.2 + 6.14.3 javax.ws.rs javax.ws.rs-api 2.0.1 + - javax.ws.rs - javax.ws.rs-api - 2.0.1 + junit + junit + RELEASE + + + com.aventstack + extentreports + 3.0.7 + + + org.seleniumhq.selenium + selenium-java + ${selenium.version} + + + org.seleniumhq.selenium + selenium-server + ${selenium.version} + runtime + + + org.seleniumhq.selenium + selenium-api + ${selenium.version} + + + + ch.qos.logback + logback-classic + LATEST + + + com.github.markusbernhardt + proxy-vole + 1.0.2 + + + org.apache.httpcomponents + httpclient + ${apachehttp.version} + + org.apache.httpcomponents + httpcore + ${apachehttp.version} + + + org.apache.httpcomponents + httpmime + ${apachehttp.version} + + + com.paulhammant + ngwebdriver + 0.9.7 + + + org.yaml + snakeyaml + 1.14 + + + joda-time + joda-time + 2.9.9 + + + net.lightbody.bmp + browsermob-core + 2.1.4 + + + org.functionaljava + functionaljava + RELEASE + + org.glassfish.jersey.core jersey-common @@ -66,6 +141,12 @@ jersey-media-json-jackson ${jersey.version} + + + org.glassfish.jersey.inject + jersey-hk2 + ${jersey.version} + com.fasterxml.jackson.core jackson-annotations @@ -107,11 +188,6 @@ jsonassert 1.5.0 - - com.google.collections - google-collections - 1.0 - commons-io commons-io @@ -140,7 +216,7 @@ net.javacrumbs.json-unit json-unit - 1.23.0 + 2.2.0 @@ -157,12 +233,6 @@ cdi-api 1.0 - - net.code-story - http - 2.105 - test - javax.xml.bind jaxb-api @@ -177,7 +247,6 @@ 1.8 1.8 - -g:vars true lines,vars,source @@ -209,7 +278,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 2.22.1 ${test} @@ -223,8 +292,8 @@ -javaagent:${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar - false - + false + -- cgit 1.2.3-korg