From d6c2e62df1e4a3beca1b8d1e8dc64f0ac48a6d0a Mon Sep 17 00:00:00 2001 From: jhh Date: Mon, 9 Dec 2019 10:13:17 -0600 Subject: 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 --- controlloop/common/eventmanager/pom.xml | 4 ++++ pom.xml | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) 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 - - -- cgit 1.2.3-korg