From cc5b96bfd33cd7d91fe6994d348e8d6a0ebb54fa Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 29 Mar 2019 10:31:22 +0000 Subject: Restructure for authorative models Use authorative models instead of the JPA stored models as the venacular models in the Policy Framework. The next step is to pass the authorative objects over the provider interface rather than the JPA obejcts. This change will be made in the next review. Minor changes to pdp objects to remove JPA things from them. These object will be the authorative in-memory obejcts on the PDP side and new JPA entity object will be introduced in a future review to persist them. Issue-ID: POLICY-1095 Change-Id: I40e7b713903980cb41bb315417111b67a9b17307 Signed-off-by: liamfallon --- models-provider/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models-provider/pom.xml') diff --git a/models-provider/pom.xml b/models-provider/pom.xml index cbe19389d..fb0e302dd 100644 --- a/models-provider/pom.xml +++ b/models-provider/pom.xml @@ -58,7 +58,7 @@ org.onap.policy.models - policy-models-pap + policy-models-pdp ${project.version} -- cgit 1.2.3-korg