moved proto-definition dependency 45/99345/1
authorjhh <jorge.hernandez-herrero@att.com>
Mon, 9 Dec 2019 16:13:17 +0000 (10:13 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Mon, 9 Dec 2019 16:13:17 +0000 (10:13 -0600)
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

controlloop/common/eventmanager/pom.xml
pom.xml

index bebc992..a020e5e 100644 (file)
       <version>${policy.models.version}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.onap.ccsdk.cds.components</groupId>
+      <artifactId>proto-definition</artifactId>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
diff --git a/pom.xml b/pom.xml
index 97e471e..a70c244 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <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>