From c61eebfa4f17e30e3be000d4c59bc74e75b880a1 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 22 Mar 2019 15:59:21 +0000 Subject: 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 --- models-tosca/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'models-tosca/pom.xml') diff --git a/models-tosca/pom.xml b/models-tosca/pom.xml index 019c5b3fd..5658a1c0e 100644 --- a/models-tosca/pom.xml +++ b/models-tosca/pom.xml @@ -39,6 +39,12 @@ ${project.version} + + org.onap.policy.models + policy-models-dao + ${project.version} + + org.onap.policy.models policy-models-examples -- cgit 1.2.3-korg