From: jhh Date: Mon, 9 Dec 2019 16:13:17 +0000 (-0600) Subject: moved proto-definition dependency X-Git-Tag: 1.6.0~51 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F99345%2F1;p=policy%2Fdrools-applications.git moved proto-definition dependency It shows in the /tmp/policy-install directory in the docker image. It does not need to be applied to all the drools-applications subprojects. Issue-ID: POLICY-2191 Signed-off-by: jhh Change-Id: Ia2048b6e21068a7cd5e36439af368cf024975f01 --- diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml index bebc99286..a020e5e5d 100644 --- a/controlloop/common/eventmanager/pom.xml +++ b/controlloop/common/eventmanager/pom.xml @@ -144,6 +144,10 @@ ${policy.models.version} provided + + org.onap.ccsdk.cds.components + proto-definition + junit junit diff --git a/pom.xml b/pom.xml index 97e471ed1..a70c244fb 100644 --- a/pom.xml +++ b/pom.xml @@ -259,12 +259,6 @@ logback-classic provided - - - org.onap.ccsdk.cds.components - proto-definition - -