diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-08-16 10:13:09 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-08-16 10:13:09 +0000 |
commit | ebd5d6f5d1973298a62b581f2e604528993d56d2 (patch) | |
tree | 8805d6f1e331bf07c9f2ee21229a852e52bda3b1 /plugins/forwarding-plugins/pom.xml | |
parent | 2326847dac621c3718023be059cc1648f69bd31e (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 'plugins/forwarding-plugins/pom.xml')
-rw-r--r-- | plugins/forwarding-plugins/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 2f508efc..f4503300 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -61,5 +61,10 @@ <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |