aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-02-28 19:03:11 +0200
committerMichael Lando <ml636r@att.com>2017-02-28 19:03:11 +0200
commitc34b77cead2a33421d86e3a712b222bc8cef6a8f (patch)
treed412a41abead78e8ff73bd7b8e9846ed8d8a95ba /ui-ci
parent0de99c29bb4f8784a5b96948f916ad0fb3b9c3f9 (diff)
pom update
Change-Id: I82eda3333c8bc7d152b4bd603247e33c59744dca Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'ui-ci')
-rw-r--r--ui-ci/pom.xml31
1 files changed, 29 insertions, 2 deletions
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
@@ -16,6 +16,27 @@
<dependencies>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.10</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>${guava.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>${lang3.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.48.0</version>
@@ -59,12 +80,14 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
+ <version>${httpclient.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
+ <version>${httpclient.version}</version>
<scope>compile</scope>
</dependency>
@@ -86,6 +109,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
+ <version>${httpcore.version}</version>
<scope>compile</scope>
</dependency>
@@ -114,14 +138,16 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.3.1</version>
+ <!--<version>2.3.1</version>-->
+ <version>${jackson.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.3.1</version>
+ <!--<version>2.3.1</version>-->
+ <version>${jackson.version}</version>
<scope>compile</scope>
</dependency>
@@ -135,6 +161,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <version>4.12</version>
<scope>compile</scope>
</dependency>