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 /pom.xml | |
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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |