From f355da4d8a2f3fd3b46652d7562469af505f7f27 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Tue, 27 Mar 2018 19:49:29 +0200 Subject: AAI HTTP simple and extended clients added Change-Id: I759aeeb64085dbe32883a942941bffc8e03515f7 Issue-ID: DCAEGEN2-407 Signed-off-by: pwielebs --- prh-aai-client/pom.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'prh-aai-client/pom.xml') 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 @@ org.immutables value + + org.apache.httpcomponents + httpclient + + + org.springframework + spring-beans + + + + + org.springframework + spring-context + 3.0.2.RELEASE + + + com.google.guava + guava + + + org.apache.commons + commons-lang3 + @@ -84,4 +107,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg