aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceClient/pom.xml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-03-02 11:16:09 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-02 11:16:09 +0000
commitbe552bb854e00ad79d0854304226829d0f969fb6 (patch)
treefb270306b183765edd2dc34265f3cf781d3faada /certServiceClient/pom.xml
parentcaa59bc41e4de0d52da73fe22e75e6e9134a0d1c (diff)
parente78bfe13bb52196ad84e68f4d4aa476aad1b6c52 (diff)
Merge "Add HttpClient"
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r--certServiceClient/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml
index 5392163c..9e828839 100644
--- a/certServiceClient/pom.xml
+++ b/certServiceClient/pom.xml
@@ -173,6 +173,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </dependency>
</dependencies>
</project> \ No newline at end of file