From 1e39c988604c9ffb8efc38ef3cf4d635b202c7b9 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 29 May 2020 11:59:53 -0400 Subject: Use OperationsHistory from models Deleted Dbao and replaced it with the shared class in policy-models. Also had to update the queries and the persistence.xml accordingly. Note: with this change, the "database" project is no longer needed, so it was deleted. Issue-ID: POLICY-2581 Change-Id: Idfde68b28b3a27f2ee794fa477d15e0f12717373 Signed-off-by: Jim Hahn --- controlloop/common/eventmanager/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'controlloop/common/eventmanager/pom.xml') diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml index 00e3c79df..aa4f8e8bb 100644 --- a/controlloop/common/eventmanager/pom.xml +++ b/controlloop/common/eventmanager/pom.xml @@ -103,11 +103,6 @@ ${policy.models.version} provided - - org.onap.policy.drools-applications.controlloop.common - database - ${project.version} - org.onap.policy.drools-applications.controlloop.common guard @@ -132,6 +127,11 @@ ${policy.models.version} provided + + org.onap.policy.models.policy-models-interactions.model-impl + guard + ${policy.models.version} + org.onap.policy.models.policy-models-interactions.model-impl vfc -- cgit 1.2.3-korg