summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2018-03-27 19:49:29 +0200
committerpwielebs <piotr.wielebski@nokia.com>2018-03-29 15:01:09 +0200
commitf355da4d8a2f3fd3b46652d7562469af505f7f27 (patch)
tree80d3cc3549f67a8c8dd7e161a4a6a2d117fa51d7 /pom.xml
parent112044f9d9999f7e1e1871e49aba9ba73ce3959e (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.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9843357e..142ae737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>