From c34b77cead2a33421d86e3a712b222bc8cef6a8f Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Tue, 28 Feb 2017 19:03:11 +0200 Subject: pom update Change-Id: I82eda3333c8bc7d152b4bd603247e33c59744dca Signed-off-by: Michael Lando --- ui-ci-dev/pom.xml | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) (limited to 'ui-ci-dev/pom.xml') diff --git a/ui-ci-dev/pom.xml b/ui-ci-dev/pom.xml index b84322c8f1..b33ab9166d 100644 --- a/ui-ci-dev/pom.xml +++ b/ui-ci-dev/pom.xml @@ -14,6 +14,28 @@ + + + org.slf4j + slf4j-api + 1.7.10 + compile + + + + com.google.guava + guava + ${guava.version} + compile + + + + org.apache.commons + commons-lang3 + ${lang3.version} + compile + + org.seleniumhq.selenium selenium-java @@ -57,12 +79,14 @@ org.apache.httpcomponents httpclient + ${httpclient.version} compile org.apache.httpcomponents httpmime + ${httpclient.version} compile @@ -83,6 +107,7 @@ org.apache.httpcomponents httpcore + ${httpcore.version} compile @@ -111,14 +136,16 @@ com.fasterxml.jackson.core jackson-databind - 2.3.1 + + ${jackson.version} compile com.fasterxml.jackson.core jackson-core - 2.3.1 + + ${jackson.version} compile @@ -131,6 +158,7 @@ junit junit + 4.12 compile -- cgit 1.2.3-korg