Copy Dbao from drools-apps to models 79/108579/4
authorJim Hahn <jrh3@att.com>
Fri, 29 May 2020 14:17:24 +0000 (10:17 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 29 May 2020 17:51:31 +0000 (13:51 -0400)
commitbc844cbeaad034f3f5c143be8e9da7fb16d2e99f
treea7ad2016fcee71c2b27df3778303acc7ecc4d57e
parent8dd5c8fc0dc7a097f1a129d57920a73366b75790
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>
models-interactions/model-impl/guard/pom.xml [new file with mode: 0644]
models-interactions/model-impl/guard/src/main/java/org/onap/policy/guard/OperationsHistory.java [new file with mode: 0644]
models-interactions/model-impl/guard/src/test/java/org/onap/policy/guard/OperationsHistoryTest.java [new file with mode: 0644]
models-interactions/model-impl/pom.xml