From db98c7976e57f8bacbcc93b802b4d05b1db7b8cf Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 17 Jul 2019 18:02:48 +0300 Subject: Let API tests run without report_portal_integration, using dynamic loading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed @Step annotations, as pointcut is hardcoded in com.att->   .automation.common.report_portal_integration.aspects.StepAspects - Introduced ReportPortalListenerDelegator that loads com.att->   .automation.common.report_portal_integration if available - Optimized and organized dependencies - Upgrade maven-assembly-plugin to resolve "Java heap space" error. Issue-ID: VID-378 Change-Id: Iaf9279a48a1474d0ef6d0f514259dd383f6f5dbf Signed-off-by: Ittay Stern --- vid-automation/pom.xml | 100 ++++++++++++++++++++----------------------------- 1 file changed, 41 insertions(+), 59 deletions(-) (limited to 'vid-automation/pom.xml') diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index c00f79926..a6ca977b1 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -8,10 +8,10 @@ 5.1.6.RELEASE 2.28 - 2.9.7 + 2.9.9 1.8.10 3.6.0 - 2.9.1 + 2.12.0 4.4.1 @@ -33,14 +33,9 @@ ${log4j.version} - log4j - log4j - 1.2.17 - - - org.testng - testng - 6.14.3 + org.apache.logging.log4j + log4j-1.2-api + ${log4j.version} javax.ws.rs @@ -48,32 +43,11 @@ 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 @@ -120,12 +94,39 @@ browsermob-core 2.1.4 + + junit + junit + RELEASE + + + + org.seleniumhq.selenium + selenium-java + ${selenium.version} + + + org.seleniumhq.selenium + selenium-server + ${selenium.version} + runtime + + + + org.seleniumhq.selenium + selenium-api + ${selenium.version} + org.functionaljava functionaljava RELEASE - + + org.testng + testng + 6.14.3 + org.glassfish.jersey.core jersey-common @@ -167,22 +168,6 @@ commons-beanutils 1.9.3 - - org.springframework - spring-aop - ${springframework.version} - - - org.springframework - spring-core - ${springframework.version} - - - commons-logging - commons-logging - - - org.springframework spring-web @@ -193,11 +178,6 @@ jsonassert 1.5.0 - - com.google.collections - google-collections - 1.0 - commons-io commons-io @@ -223,16 +203,17 @@ commons-lang3 3.6 + + org.apache.commons + commons-proxy + 1.0 + + net.javacrumbs.json-unit json-unit 2.2.0 - - - - - org.togglz togglz-spring-core @@ -260,6 +241,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.5.1 1.8 1.8 @@ -270,7 +252,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.5.5 + 3.1.1 create.jar.with.dependencies -- cgit 1.2.3-korg