From: liamfallon Date: Fri, 22 Mar 2019 15:59:21 +0000 (+0000) Subject: Implement Database provider X-Git-Tag: 3.0.2-ONAP~84 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F82963%2F3;p=policy%2Fmodels.git Implement Database provider This review brings in the structure of the database provider with complete unit test coverage. The provider delegates the details of each database interactino to the appropriate package in the model. Resolved merge conflict. Issue-ID: POLICY-1195 Change-Id: I9d01146415531d18bc9648dcf232b425bc09578d Signed-off-by: liamfallon --- diff --git a/models-decisions/pom.xml b/models-decisions/pom.xml index 230c5e490..ca7458a9a 100644 --- a/models-decisions/pom.xml +++ b/models-decisions/pom.xml @@ -27,7 +27,7 @@ 2.0.0-SNAPSHOT - models-decisions + policy-models-decisions ${project.artifactId} The models for Policy Decision API's. diff --git a/models-pap/pom.xml b/models-pap/pom.xml index a437d545b..9257b9bda 100644 --- a/models-pap/pom.xml +++ b/models-pap/pom.xml @@ -1,7 +1,6 @@