diff options
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r-- | certServiceClient/pom.xml | 8 |
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 |