aboutsummaryrefslogtreecommitdiffstats
path: root/prh-aai-client/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 /prh-aai-client/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 'prh-aai-client/pom.xml')
-rw-r--r--prh-aai-client/pom.xml25
1 files changed, 24 insertions, 1 deletions
diff --git a/prh-aai-client/pom.xml b/prh-aai-client/pom.xml
index 6ac6484a..6a40d32c 100644
--- a/prh-aai-client/pom.xml
+++ b/prh-aai-client/pom.xml
@@ -46,6 +46,29 @@
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ </dependency>
+
+ <!-- VERSION SET DUE TO THE FAILING BUILD-->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>3.0.2.RELEASE</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </dependency>
<!-- LOGGING DEPENDENCIES-->
<dependency>
@@ -84,4 +107,4 @@
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>