aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/pom.xml
diff options
context:
space:
mode:
authorning.xi <ning.xi@est.tech>2019-04-03 16:10:03 +0800
committerPamela Dragosh <pdragosh@research.att.com>2019-04-05 09:51:10 -0400
commitbcb139f4bf3ccbf573b28cd88e91381cd0da0eaa (patch)
treedda357b15c431d21603c58db5bfdf85be22c94c1 /models-interactions/pom.xml
parent162cb586fe139460dd3d0404274e85b3f4ead15b (diff)
move two modules from drools-application to models
Also removed reference to drools logging util. Issue-ID: POLICY-1264 Change-Id: I7795f23b2b06fcb98f4099c3a6c303561a68e55f Signed-off-by: ning.xi <ning.xi@est.tech> Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'models-interactions/pom.xml')
-rw-r--r--models-interactions/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/models-interactions/pom.xml b/models-interactions/pom.xml
index c928ce122..cb1e27ac2 100644
--- a/models-interactions/pom.xml
+++ b/models-interactions/pom.xml
@@ -29,7 +29,8 @@
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<modules>
+ <module>model-simulators</module>
<module>model-impl</module>
<module>model-actors</module>
</modules>
-</project> \ No newline at end of file
+</project>