aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-impl/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-05-29 10:17:24 -0400
committerJim Hahn <jrh3@att.com>2020-05-29 13:51:31 -0400
commitbc844cbeaad034f3f5c143be8e9da7fb16d2e99f (patch)
treea7ad2016fcee71c2b27df3778303acc7ecc4d57e /models-interactions/model-impl/pom.xml
parent8dd5c8fc0dc7a097f1a129d57920a73366b75790 (diff)
Copy Dbao from drools-apps to models
Drools-apps and xacml-pdp each have their own copy of Dbao. Made a copy of it in models as a first step toward eliminating the other copies. Also changed its package name be consistent with the other interface package names and renamed it to OperationsHistory. Also reordered the modules in the pom to make it alphabetical. Issue-ID: POLICY-2581 Change-Id: I45afa680c6344eeac6b2d35c9e4f04a5ba7af431 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-interactions/model-impl/pom.xml')
-rw-r--r--models-interactions/model-impl/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/models-interactions/model-impl/pom.xml b/models-interactions/model-impl/pom.xml
index 326417ceb..1bb9b33b7 100644
--- a/models-interactions/model-impl/pom.xml
+++ b/models-interactions/model-impl/pom.xml
@@ -41,13 +41,14 @@
<module>aai</module>
<module>appc</module>
<module>appclcm</module>
- <module>sdnr</module>
+ <module>cds</module>
<module>events</module>
- <module>so</module>
+ <module>guard</module>
<module>rest</module>
<module>sdc</module>
- <module>vfc</module>
<module>sdnc</module>
- <module>cds</module>
+ <module>sdnr</module>
+ <module>so</module>
+ <module>vfc</module>
</modules>
</project>