aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/templates/archetype-cl-amsterdam/src/main/resources
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@ericsson.com>2018-09-28 11:06:43 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-28 11:06:43 +0000
commit197ef30a917e2f6467d3a2825a3a4b91f005e164 (patch)
tree3730a954e31fdec54ac708dda91d167ece9f1645 /controlloop/templates/archetype-cl-amsterdam/src/main/resources
parent60a10aa18097cc290c14edd78bb45194ad62ea3c (diff)
parent320ff21040c901d4886fdfabdbc2708e3877a37c (diff)
Merge "Add sdnr actor to archetype"
Diffstat (limited to 'controlloop/templates/archetype-cl-amsterdam/src/main/resources')
-rw-r--r--controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/pom.xml10
1 files changed, 10 insertions, 0 deletions
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
@@ -85,6 +85,11 @@
</dependency>
<dependency>
<groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId>
+ <artifactId>sdnr</artifactId>
+ <version>${dependenciesVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.drools-applications.controlloop.common.model-impl</groupId>
<artifactId>trafficgenerator</artifactId>
<version>${dependenciesVersion}</version>
</dependency>
@@ -120,6 +125,11 @@
</dependency>
<dependency>
<groupId>org.onap.policy.drools-applications.controlloop.common.actors</groupId>
+ <artifactId>actor.sdnr</artifactId>
+ <version>${dependenciesVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.drools-applications.controlloop.common.actors</groupId>
<artifactId>actor.vfc</artifactId>
<version>${dependenciesVersion}</version>
</dependency>