From 5b593496b8f1b8e8be8d7d2dbcc223332e65a49b Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 29 Jul 2018 16:13:45 +0300 Subject: re base code Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando --- ui-ci/pom.xml | 63 ++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 49 insertions(+), 14 deletions(-) (limited to 'ui-ci/pom.xml') diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index c6d8c2d042..8efd502391 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -23,6 +23,7 @@ com.google.guava guava ${guava.version} + compile @@ -30,12 +31,14 @@ org.seleniumhq.selenium selenium-java 2.53.1 + org.seleniumhq.selenium selenium-server 2.53.1 + runtime @@ -160,20 +163,6 @@ compile - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - compile - - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.annotations.version} - compile - - org.openecomp.sdc.sdc-distribution-client sdc-distribution-client @@ -251,16 +240,50 @@ compile + + + + + + com.google.inject guice 4.1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + maven-clean-plugin 3.0.0 @@ -469,6 +492,18 @@ + + + + + + + + + + + + -- cgit 1.2.3-korg