From 8d338012d725cb16ebdbff0eb3ff7f47ad08f6d1 Mon Sep 17 00:00:00 2001 From: Charles Cole Date: Fri, 8 Sep 2017 14:10:57 -0500 Subject: Move the simulators to a new package Moved the simulators to the simulators project in controlloop/common. They can now be accessed with the Util class in the simulators project or the Util class in template.demo, for backwards compatability. Also renamed AaiSimulator to AaiSimulatorJaxRs Issue-IS: POLICY-200 Change-Id: Id131af0243777db31a8f22e110d8a708dc033dcf Signed-off-by: Charles Cole --- controlloop/templates/template.demo/pom.xml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'controlloop/templates/template.demo/pom.xml') diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml index 0bceea848..e08174004 100644 --- a/controlloop/templates/template.demo/pom.xml +++ b/controlloop/templates/template.demo/pom.xml @@ -192,28 +192,16 @@ test - org.onap.policy.drools-applications - aai - ${project.version} - test - - - org.onap.policy.drools-pdp - policy-endpoints - ${project.version} + com.h2database + h2 + [1.4.186,) test org.onap.policy.drools-applications - mso + simulators ${project.version} test - - com.h2database - h2 - [1.4.186,) - test - -- cgit 1.2.3-korg