From fe4f6e1c9a4ee06c21ccee51af9eaf654e56281e Mon Sep 17 00:00:00 2001 From: jhh Date: Wed, 26 Feb 2020 18:30:18 -0600 Subject: Undeploy support for native rules PDP-D policies. Issue-ID: POLICY-2388 Signed-off-by: jhh Change-Id: Iaaf5e13a5db286928952bcb3e4cc0f526b0b133c --- .../src/test/resources/example.policy.native.drools.tosca.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'feature-lifecycle/src/test/resources/example.policy.native.drools.tosca.json') diff --git a/feature-lifecycle/src/test/resources/example.policy.native.drools.tosca.json b/feature-lifecycle/src/test/resources/example.policy.native.drools.tosca.json index 0313b2ed..f3f34b6f 100644 --- a/feature-lifecycle/src/test/resources/example.policy.native.drools.tosca.json +++ b/feature-lifecycle/src/test/resources/example.policy.native.drools.tosca.json @@ -13,12 +13,12 @@ }, "properties": { "rulesArtifact": { - "groupId": "org.onap.policy.controlloop", - "artifactId": "example", + "groupId": "org.onap.policy.drools.test", + "artifactId": "lifecycle", "version": "1.0.0" }, "controller": { - "name": "example", + "name": "lifecycle", "version": "1.0.0" } } -- cgit 1.2.3-korg