aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--integration/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 065ddb78..1cbe1ab7 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -36,6 +36,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.logback>1.2.3</version.logback>
+ <version.dmaap>1.1.8</version.dmaap>
</properties>
<distributionManagement>
@@ -130,6 +131,13 @@
<artifactId>logback-classic</artifactId>
<version>${version.logback}</version>
</dependency>
+
+ <!-- Dmaap Client -->
+ <dependency>
+ <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
+ <artifactId>dmaapClient</artifactId>
+ <version>${version.dmaap}</version>
+ </dependency>
<!-- Client library for Cambria event routing API -->
<dependency>