diff options
author | shaoqiu <tim.huang@est.tech> | 2019-04-02 12:33:04 +0000 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-08 13:47:01 -0400 |
commit | e55d256a9eeb411bb485919eb4c1d449cbae5d46 (patch) | |
tree | 6694558deac959fe295b4148ceb4438f09ad65f9 /controlloop/common/pom.xml | |
parent | 93206cf9624df06a518a8016b965b9104e687f14 (diff) |
update dependency to policy/models
Update the dependency of model-impl from drools-applications
to policy/models.
Issue-ID: POLICY-1264
Change-Id: I07fcb29501499a97689d2d27c845bf8e411e7825
Signed-off-by: shaoqiu <tim.huang@est.tech>
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'controlloop/common/pom.xml')
-rw-r--r-- | controlloop/common/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/controlloop/common/pom.xml b/controlloop/common/pom.xml index 020a1efbc..d9165ae3c 100644 --- a/controlloop/common/pom.xml +++ b/controlloop/common/pom.xml @@ -32,13 +32,9 @@ <artifactId>common</artifactId> <modules> - <module>actors</module> <module>guard</module> <module>coordination</module> <module>eventmanager</module> - <module>model-impl</module> - <module>policy-yaml</module> - <module>simulators</module> <module>controller-usecases</module> <module>feature-controlloop-utils</module> <module>feature-controlloop-trans</module> |