From 8b3a99bd0b303abc38128cfb27f3762c35bcd740 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 12 Sep 2018 13:54:02 -0400 Subject: 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 --- integration/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 @@ 1.8 1.8 1.2.3 + 1.1.8 @@ -130,6 +131,13 @@ logback-classic ${version.logback} + + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + ${version.dmaap} + -- cgit 1.2.3-korg