aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2019-12-09 10:13:17 -0600
committerjhh <jorge.hernandez-herrero@att.com>2019-12-09 10:13:17 -0600
commitd6c2e62df1e4a3beca1b8d1e8dc64f0ac48a6d0a (patch)
tree53b4836d6cec9a0524b44f043349c0fadbf431f3 /pom.xml
parentf59120ff77997fd78ca19c125b61de74f27551ba (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.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 97e471ed1..a70c244fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>