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/pom.xml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'ui-ci') diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 5c0726d399..a1d0d8213e 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -15,6 +15,27 @@ + + 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 @@ -59,12 +80,14 @@ org.apache.httpcomponents httpclient + ${httpclient.version} compile org.apache.httpcomponents httpmime + ${httpclient.version} compile @@ -86,6 +109,7 @@ org.apache.httpcomponents httpcore + ${httpcore.version} compile @@ -114,14 +138,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 @@ -135,6 +161,7 @@ junit junit + 4.12 compile -- cgit 1.2.3-korg