aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-12 13:54:02 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-12 13:54:09 -0400
commit8b3a99bd0b303abc38128cfb27f3762c35bcd740 (patch)
treefb1acd810a32698422ffcae15fc2a3125800cf4c
parent01c4d9c1e1c62894b05c04768d9775c711af7829 (diff)
Move dmaap dependency to parent
Dmaap is already used in 3 repositories, and we anticipate more. So let's define our usage in parent. I am also upgrading to the release by Dmaap team for Casablanca. Let's cross our fingers they fixed a couple of license issues. Issue-ID: POLICY-1116 Change-Id: Ic4f585f312730b8828873911d045f29e6f93e192 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-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>