summaryrefslogtreecommitdiffstats
path: root/models-interactions/model-simulators/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-06-26 16:59:40 -0400
committerJim Hahn <jrh3@att.com>2020-06-26 18:28:41 -0400
commitf586da49681a510c79729d94a4565694d952b83b (patch)
tree3c10722cfbf01d7877d1e5eb6890aaa6db589241 /models-interactions/model-simulators/pom.xml
parent93e2ba2e1756596323774398673736946b220090 (diff)
Add CDS simulator to policy-models
Added CDS simulator to policy-models. Added a test case to the CDS Actor to verify that it works with the simulator. Issue-ID: POLICY-2676 Change-Id: I9b10de3bde93c69e82df983f77eecc253de8a1a2 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-interactions/model-simulators/pom.xml')
-rw-r--r--models-interactions/model-simulators/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/models-interactions/model-simulators/pom.xml b/models-interactions/model-simulators/pom.xml
index 92c26c2b7..f0afa54c0 100644
--- a/models-interactions/model-simulators/pom.xml
+++ b/models-interactions/model-simulators/pom.xml
@@ -56,6 +56,11 @@
</dependency>
<dependency>
<groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
+ <artifactId>cds</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
<artifactId>appclcm</artifactId>
<version>${project.version}</version>
</dependency>