diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-12-09 10:13:17 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-12-09 10:13:17 -0600 |
commit | d6c2e62df1e4a3beca1b8d1e8dc64f0ac48a6d0a (patch) | |
tree | 53b4836d6cec9a0524b44f043349c0fadbf431f3 | |
parent | f59120ff77997fd78ca19c125b61de74f27551ba (diff) |
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 <jorge.hernandez-herrero@att.com>
Change-Id: Ia2048b6e21068a7cd5e36439af368cf024975f01
-rw-r--r-- | controlloop/common/eventmanager/pom.xml | 4 | ||||
-rw-r--r-- | 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 @@ -145,6 +145,10 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.onap.ccsdk.cds.components</groupId> + <artifactId>proto-definition</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> @@ -259,12 +259,6 @@ <artifactId>logback-classic</artifactId> <scope>provided</scope> </dependency> - <!-- Common Controller SDK --> - <dependency> - <groupId>org.onap.ccsdk.cds.components</groupId> - <artifactId>proto-definition</artifactId> - </dependency> </dependencies> - </project> |