diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-04-18 11:03:03 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-04-18 11:03:03 +0200 |
commit | 23f7acc707bf285df2da4a95b146d1a7f5132453 (patch) | |
tree | fa1bb87fd192e2b4b163afaf8bd22ded95069763 /prh-dmaap-client/pom.xml | |
parent | b3a974ed7dccb1fc29b8bef2a1112bb78abe3197 (diff) |
Defined structure of DMaaP Consumer
*Added Response Type
Change-Id: Id53217db932e345dfe16a7e7035c160f70287ef0
Issue-ID: DCAEGEN2-450
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
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> |