From: Pamela Dragosh Date: Wed, 12 Sep 2018 17:54:02 +0000 (-0400) Subject: Move dmaap dependency to parent X-Git-Tag: 2.0.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8b3a99bd0b303abc38128cfb27f3762c35bcd740;p=policy%2Fparent.git 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 --- 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} +