From 002248883ff9134cd66e39147c062ad3936e1a74 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 3 May 2019 08:40:34 -0400 Subject: Change guard pdp rest to new api The guard PDP REST call must be changed to support the new api. Needed to clean out quite a bit of unnecessary code. In addition, there never should be an Indeterminate response coming back anymore. Issue-ID: POLICY-1730 Change-Id: I14b3ad39a803646cfffaba9b77cc2aac79e79bdf Signed-off-by: Pamela Dragosh --- controlloop/common/guard/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'controlloop/common/guard/pom.xml') diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml index 07aa304b7..54e922ecc 100644 --- a/controlloop/common/guard/pom.xml +++ b/controlloop/common/guard/pom.xml @@ -118,6 +118,16 @@ ${policy.models.version} test + + org.onap.policy.models + policy-models-decisions + ${policy.models.version} + + + org.onap.policy.models.policy-models-interactions.model-impl + rest + ${policy.models.version} + org.mockito mockito-core -- cgit 1.2.3-korg