diff options
author | Michael Lando <ml636r@att.com> | 2017-02-28 17:04:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-28 17:04:50 +0000 |
commit | 600f97f4d08b6ba28536ee74664c0d92aa7c91e4 (patch) | |
tree | 0c4c1aa68a9a5e88dfad5df5e0c56a36e9510d97 /ui-ci-dev/pom.xml | |
parent | 8440797eac059039ac9846610288f7ad5b4f3a6f (diff) | |
parent | c34b77cead2a33421d86e3a712b222bc8cef6a8f (diff) |
Merge "pom update"
Diffstat (limited to 'ui-ci-dev/pom.xml')
-rw-r--r-- | ui-ci-dev/pom.xml | 32 |
1 files changed, 30 insertions, 2 deletions
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 @@ <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> @@ -57,12 +79,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> @@ -83,6 +107,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> + <version>${httpcore.version}</version> <scope>compile</scope> </dependency> @@ -111,14 +136,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> @@ -131,6 +158,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <version>4.12</version> <scope>compile</scope> </dependency> |