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/common/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'controlloop/common/pom.xml') diff --git a/controlloop/common/pom.xml b/controlloop/common/pom.xml index b6db66660..083a19f0b 100644 --- a/controlloop/common/pom.xml +++ b/controlloop/common/pom.xml @@ -38,6 +38,7 @@ eventmanager model-impl policy-yaml + simulators -- cgit 1.2.3-korg