From ebd5d6f5d1973298a62b581f2e604528993d56d2 Mon Sep 17 00:00:00 2001 From: ramverma Date: Fri, 16 Aug 2019 10:13:09 +0000 Subject: Add LifecycleApiForwarder in policy/distribution * Adding implementation of LifecycleApiForwarder in policy/distribution for forwarding policy to new components (PAP & API). * Adding related test cases and json files for testing. * Created a rest simulator to use for testing the API calls. * Fixed review comments Issue-ID: POLICY-1890 Change-Id: I6682e0366206d3f4ac77f60b676f40a0fd1aad02 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 ec9a9d73..9bc1edbf 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -46,6 +46,11 @@ policy-models-tosca ${policy.models.version} + + org.onap.policy.models + policy-models-pap + ${policy.models.version} + org.projectlombok lombok -- cgit 1.2.3-korg