diff options
Diffstat (limited to 'prh-dmaap-client/pom.xml')
-rw-r--r-- | prh-dmaap-client/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prh-dmaap-client/pom.xml b/prh-dmaap-client/pom.xml index 63543740..48cd9003 100644 --- a/prh-dmaap-client/pom.xml +++ b/prh-dmaap-client/pom.xml @@ -48,6 +48,11 @@ <groupId>org.immutables</groupId> <artifactId>gson</artifactId> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <!-- LOGGING DEPENDENCIES --> <dependency> |