From cf748512392e5d3257de629dc57fb353dc073c92 Mon Sep 17 00:00:00 2001 From: ramverma Date: Wed, 17 Jul 2019 11:03:26 +0000 Subject: Changing policy/distribution to use policy/models 1) Changed policy distribution framework to use entities from policy/models 2) Changed all the test cases. 3) Commented few test cases which will be fixed along with code fixes. 4) Will be removing the old policy entities once all the pieces are ready. Change-Id: I1fd7b975b2e072c0b24e429903c9ca4796173929 Issue-ID: POLICY-1888 Signed-off-by: ramverma --- forwarding/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'forwarding/pom.xml') diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 5a2e0cbd..68f20441 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -41,5 +41,10 @@ common-parameters ${policy.common.version} + + org.onap.policy.models + policy-models-tosca + ${policy.models.version} + -- cgit 1.2.3-korg