diff options
author | pwielebs <piotr.wielebski@nokia.com> | 2018-04-21 16:51:20 +0200 |
---|---|---|
committer | pwielebs <piotr.wielebski@nokia.com> | 2018-04-23 15:07:22 +0200 |
commit | a274374b520aad75c99cdce7f4f9ebc31ce74343 (patch) | |
tree | d537e1747184cf7688c7db48bcc91fdc84482817 /prh-dmaap-client/pom.xml | |
parent | 1fb9130cd488228574b49e078148e4bcf1a7a5a8 (diff) |
DmaaP http clients added
Change-Id: I1acc7e2a46b81b0af9a3b23982582c9e0053ffa1
Issue-ID: DCAEGEN2-451
Signed-off-by: pwielebs <piotr.wielebski@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 48cd9003..ff6a0b30 100644 --- a/prh-dmaap-client/pom.xml +++ b/prh-dmaap-client/pom.xml @@ -94,5 +94,10 @@ <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project>
\ No newline at end of file |