diff options
author | Charles Cole <cc847m@att.com> | 2017-09-21 14:20:42 -0500 |
---|---|---|
committer | Charles Cole <cc847m@att.com> | 2017-09-21 16:50:41 -0500 |
commit | b2b8f46ab3a524eae487fa932d9ceb2b884a68f5 (patch) | |
tree | 97715d1f7384f247ccfdd3477efa24e4c307274f /controlloop/common/simulators/pom.xml | |
parent | 77bfe0936956111cce88044c58b6ff96045dee9d (diff) |
Add guard simulator and multiple AAI responses
Added a guard simulator that can permit or deny (it sends a deny if the
clname is denyGuard). Added responses to the AAI simulator to set the
is-closed-loop-disabled to true (use a get query with a key of
disableClosedLoop). Changed the content-type of all responses to
application/json.
Issue-ID: POLICY-256
Change-Id: If84813968d3ea59d9ebe029caa69f444a1f413c8
Signed-off-by: Charles Cole <cc847m@att.com>
Diffstat (limited to 'controlloop/common/simulators/pom.xml')
-rw-r--r-- | controlloop/common/simulators/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/controlloop/common/simulators/pom.xml b/controlloop/common/simulators/pom.xml index fc0d4c2d3..952d9b687 100644 --- a/controlloop/common/simulators/pom.xml +++ b/controlloop/common/simulators/pom.xml @@ -56,7 +56,12 @@ <version>1.1.0-SNAPSHOT</version> <scope>provided</scope> </dependency> - + <dependency> + <groupId>org.onap.policy.drools-applications</groupId> + <artifactId>guard</artifactId> + <version>1.1.0-SNAPSHOT</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>vfc</artifactId> |