summaryrefslogtreecommitdiffstats
path: root/rest-services/dmaap-client/pom.xml
diff options
context:
space:
mode:
authorIzabela Zawadzka <izabela.zawadzka@nokia.com>2019-05-20 12:22:07 +0200
committerIzabela Zawadzka <izabela.zawadzka@nokia.com>2019-05-28 11:12:53 +0200
commit7e893708bbdc36698a5d90502b318a5fd4f3be21 (patch)
treec07793027bd67f42cea070ade1bf6c511d5fd3bd /rest-services/dmaap-client/pom.xml
parent47375ee6aa3052cee8f1ee0b796ddf6baf971c69 (diff)
Add sample tests that runs DMaap MR in container
Testcontainers framework can be used to test integration with Dmaap MR Change-Id: I5ef7b792226da09eb7cc0ea441f528e236e41053 Issue-ID: DCAEGEN2-1512 Signed-off-by: Izabela Zawadzka <izabela.zawadzka@nokia.com>
Diffstat (limited to 'rest-services/dmaap-client/pom.xml')
-rw-r--r--rest-services/dmaap-client/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/rest-services/dmaap-client/pom.xml b/rest-services/dmaap-client/pom.xml
index 799a8a48..86a4ab07 100644
--- a/rest-services/dmaap-client/pom.xml
+++ b/rest-services/dmaap-client/pom.xml
@@ -70,5 +70,13 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.testcontainers</groupId>
+ <artifactId>testcontainers</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.testcontainers</groupId>
+ <artifactId>junit-jupiter</artifactId>
+ </dependency>
</dependencies>
</project> \ No newline at end of file