From 61a84fecc1eae8640fec2860f4b50102ed0baa64 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 27 Mar 2020 12:35:23 -0400 Subject: Test new actors against simulators Also modified HttpParams to allow "path" to be blank to support any cases that really have no "path" to append to the context URI base path. Issue-ID: POLICY-2405 Change-Id: I49eebde6759659d2804b5a11c1504c37674bd0c4 Signed-off-by: Jim Hahn --- models-interactions/model-actors/actor.guard/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'models-interactions/model-actors/actor.guard/pom.xml') diff --git a/models-interactions/model-actors/actor.guard/pom.xml b/models-interactions/model-actors/actor.guard/pom.xml index 99e616471..dc40561d0 100644 --- a/models-interactions/model-actors/actor.guard/pom.xml +++ b/models-interactions/model-actors/actor.guard/pom.xml @@ -68,6 +68,12 @@ ${project.version} test + + org.onap.policy.models.policy-models-interactions + simulators + ${project.version} + test + org.powermock powermock-api-mockito2 -- cgit 1.2.3-korg