From: jhh Date: Mon, 15 Apr 2019 02:28:12 +0000 (-0500) Subject: Corrections in dependency.json to match models move. X-Git-Tag: 1.4.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=6209ab5febf022a4900c0a5e2a3da977bfa03c73 Corrections in dependency.json to match models move. Change-Id: I71f3832c2304b3a1b8eb41a767b1cf6b28cfbdc2 Issue-ID: POLICY-1611 Signed-off-by: jhh --- 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", diff --git a/packages/base/src/files/install/servers/brmsgw/dependency.json b/packages/base/src/files/install/servers/brmsgw/dependency.json index 06126837d..c2a365ba8 100644 --- a/packages/base/src/files/install/servers/brmsgw/dependency.json +++ b/packages/base/src/files/install/servers/brmsgw/dependency.json @@ -87,8 +87,8 @@ "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-actors", - "artifactId": "actor.MODELS_appclcm", - "version": "${{BRMS_DEPENDENCY_VERSION}}" + "artifactId": "actor.appclcm", + "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}" }, { "groupId": "org.onap.policy.models.policy-models-interactions.model-actors", "artifactId": "actor.so", @@ -107,7 +107,7 @@ "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}" }, { "groupId": "org.onap.policy.models.policy-models-interactions", - "artifactId": "policy-yaml", + "artifactId": "model-yaml", "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}" }, { "groupId": "com.att.research.xacml",