From b96fc5eb0980ce7bff21c61fe73f7e14b14b002b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 22 Nov 2019 17:09:57 +0000 Subject: Update vCPE example for A&AI custom query The change in policy-models to use custom queries means that the named queries used in apex examples must be updated to use custom queries. This review is the second of two reviews to implement this change. This patch updates the policy and its associated tests to work with A&AI custom queries. Issue-ID: POLICY-2125 Change-Id: I6a5b90002e43272e3cf296158f09f91a0f6d6907 Signed-off-by: liamfallon --- examples/examples-onap-vcpe/pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'examples/examples-onap-vcpe/pom.xml') diff --git a/examples/examples-onap-vcpe/pom.xml b/examples/examples-onap-vcpe/pom.xml index 16bae184e..9f6c285c4 100644 --- a/examples/examples-onap-vcpe/pom.xml +++ b/examples/examples-onap-vcpe/pom.xml @@ -93,11 +93,11 @@ - org.codehaus.mojo exec-maven-plugin + generate-policy compile @@ -115,13 +115,7 @@ - - - - - org.codehaus.mojo - exec-maven-plugin - + generate-tosca-policy compile -- cgit 1.2.3-korg