From 320ff21040c901d4886fdfabdbc2708e3877a37c Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 27 Sep 2018 19:27:03 -0400 Subject: Add sdnr actor to archetype The casablanca template had the declaration. I made sure the declarations were in the same place. Issue-ID: POLICY-1155 Change-Id: Ie5ab7a04ffc0c3fefbc3edcea9e7a02a062f0dbe Signed-off-by: Pamela Dragosh --- .../src/main/resources/archetype-resources/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/pom.xml') diff --git a/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/pom.xml b/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/pom.xml index 1cb159ad8..ecbf90399 100644 --- a/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/pom.xml +++ b/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/pom.xml @@ -83,6 +83,11 @@ sdc ${dependenciesVersion} + + org.onap.policy.drools-applications.controlloop.common.model-impl + sdnr + ${dependenciesVersion} + org.onap.policy.drools-applications.controlloop.common.model-impl trafficgenerator @@ -118,6 +123,11 @@ actor.so ${dependenciesVersion} + + org.onap.policy.drools-applications.controlloop.common.actors + actor.sdnr + ${dependenciesVersion} + org.onap.policy.drools-applications.controlloop.common.actors actor.vfc -- cgit 1.2.3-korg