From 6209ab5febf022a4900c0a5e2a3da977bfa03c73 Mon Sep 17 00:00:00 2001 From: jhh Date: Sun, 14 Apr 2019 21:28:12 -0500 Subject: Corrections in dependency.json to match models move. Change-Id: I71f3832c2304b3a1b8eb41a767b1cf6b28cfbdc2 Issue-ID: POLICY-1611 Signed-off-by: jhh --- BRMSGateway/dependency.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BRMSGateway') diff --git a/BRMSGateway/dependency.json b/BRMSGateway/dependency.json index a6a1fd85e..240872384 100644 --- a/BRMSGateway/dependency.json +++ b/BRMSGateway/dependency.json @@ -114,9 +114,9 @@ "artifactId": "actor.vfc", "version": "2.0.0-SNAPSHOT" }, { - "groupId": "org.onap.policy.drools-applications.controlloop.common", - "artifactId": "policy-yaml", - "version": "1.4.0-SNAPSHOT" + "groupId": "org.onap.policy.models.policy-models-interactions", + "artifactId": "model-yaml", + "version": "2.0.0-SNAPSHOT" }, { "groupId": "com.att.research.xacml", "artifactId": "xacml-pdp", -- cgit 1.2.3-korg