aboutsummaryrefslogtreecommitdiffstats
path: root/forwarding
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-08-16 10:13:09 +0000
committerramverma <ram.krishna.verma@est.tech>2019-08-16 10:13:09 +0000
commitebd5d6f5d1973298a62b581f2e604528993d56d2 (patch)
tree8805d6f1e331bf07c9f2ee21229a852e52bda3b1 /forwarding
parent2326847dac621c3718023be059cc1648f69bd31e (diff)
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 <ram.krishna.verma@est.tech>
Diffstat (limited to 'forwarding')
-rw-r--r--forwarding/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/forwarding/pom.xml b/forwarding/pom.xml
index ec9a9d73..9bc1edbf 100644
--- a/forwarding/pom.xml
+++ b/forwarding/pom.xml
@@ -47,6 +47,11 @@
<version>${policy.models.version}</version>
</dependency>
<dependency>
+ <groupId>org.onap.policy.models</groupId>
+ <artifactId>policy-models-pap</artifactId>
+ <version>${policy.models.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>