summaryrefslogtreecommitdiffstats
path: root/controlloop/templates/template.demo/pom.xml
diff options
context:
space:
mode:
authorCharles Cole <cc847m@att.com>2017-09-01 17:33:32 -0500
committerCOLE <cc847m@att.com>2017-09-01 17:35:19 -0500
commitb2bdc20c1ce3a390dd7928144c2ccb17a98b1363 (patch)
treef804e9cc3133fa917fb33304dbf41dc4347cc560 /controlloop/templates/template.demo/pom.xml
parentf8a0665b7e1b3724bb43d81e9eae3bff4a0c7069 (diff)
Add vFC and MSO Simulators
Added vFC and MSO Simulators for jUnit testing Issue-ID: POLICY-201, POLICY-202 Change-Id: Ia30ff6ec74a8ee4fa71ce0456eb6dcb60c897695 Signed-off-by: Charles Cole <cc847m@att.com>
Diffstat (limited to 'controlloop/templates/template.demo/pom.xml')
-rw-r--r--controlloop/templates/template.demo/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml
index 024a8a322..c0aef2074 100644
--- a/controlloop/templates/template.demo/pom.xml
+++ b/controlloop/templates/template.demo/pom.xml
@@ -173,5 +173,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.policy.drools-applications</groupId>
+ <artifactId>mso</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
-</project>
+</project> \ No newline at end of file