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 --- pom.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9843357e..142ae737 100644 --- a/pom.xml +++ b/pom.xml @@ -401,7 +401,27 @@ docker-maven-plugin 1.0.0 - + + org.apache.httpcomponents + httpclient + 4.5.4 + + + + com.google.guava + guava + 10.0.1 + + + org.apache.commons + commons-lang3 + 3.6 + + + org.springframework + spring-beans + 5.0.4.RELEASE + @@ -471,7 +491,6 @@ test - org.junit.platform -- cgit 1.2.3-korg