diff options
author | Charles Cole <cc847m@att.com> | 2017-09-08 14:10:57 -0500 |
---|---|---|
committer | Charles Cole <cc847m@att.com> | 2017-09-11 13:09:17 -0500 |
commit | 8d338012d725cb16ebdbff0eb3ff7f47ad08f6d1 (patch) | |
tree | d6cb270df5d886f4b557d850c38ac1c3f5cba46d /controlloop/common/pom.xml | |
parent | 6f8b23793f90a3bc944f63be6f11a8f17f78220d (diff) |
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 <cc847m@att.com>
Diffstat (limited to 'controlloop/common/pom.xml')
-rw-r--r-- | controlloop/common/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <module>eventmanager</module> <module>model-impl</module> <module>policy-yaml</module> + <module>simulators</module> </modules> |