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 /prh-aai-client/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 'prh-aai-client/pom.xml')
-rw-r--r-- | prh-aai-client/pom.xml | 25 |
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> |