diff options
author | pwielebs <piotr.wielebski@nokia.com> | 2018-03-27 19:49:29 +0200 |
---|---|---|
committer | pwielebs <piotr.wielebski@nokia.com> | 2018-03-29 15:01:09 +0200 |
commit | f355da4d8a2f3fd3b46652d7562469af505f7f27 (patch) | |
tree | 80d3cc3549f67a8c8dd7e161a4a6a2d117fa51d7 /pom.xml | |
parent | 112044f9d9999f7e1e1871e49aba9ba73ce3959e (diff) |
AAI HTTP simple and extended clients added
Change-Id: I759aeeb64085dbe32883a942941bffc8e03515f7
Issue-ID: DCAEGEN2-407
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -401,7 +401,27 @@ <artifactId>docker-maven-plugin</artifactId> <version>1.0.0</version> </dependency> - + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.4</version> + </dependency> + + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>10.0.1</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.6</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + <version>5.0.4.RELEASE</version> + </dependency> <!-- LOGGING dependencies> --> <dependency> @@ -471,7 +491,6 @@ <scope>test</scope> </dependency> - <!-- ONLY REQUIRED TO RUN TESTS IN AN IDE THAT BUNDLES AN OLDER VERSION --> <dependency> <groupId>org.junit.platform</groupId> |