From b909b14fe88c5fe8f096cf8b471a2aa799d84739 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Sat, 9 Mar 2019 11:48:44 -0500 Subject: Monitoring policy creation foundation Upgrde to xacml v2.0.0 release artifact. Some re-arrangement of classes. New class to support a common dictionary among the monitoring applications. I may move it to a common under the main since some of the values are shareable. Created application service provider, so the XACML main knows what policy types are pre-loaded and can report them back to the PAP. struggled with cucumber, which does not create TemporaryFolder although the documentation says its supported. Added a new Policy Finder specific to ONAP which does quicker job to load policies. Issue-ID: POLICY-1273 Change-Id: I4af15a64da3b42d48f29809710421b1649625adc Signed-off-by: Pamela Dragosh --- applications/pom.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'applications/pom.xml') diff --git a/applications/pom.xml b/applications/pom.xml index 13d83fe6..8d5d4b28 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -32,7 +32,9 @@ applications + common monitoring + guard -- cgit 1.2.3-korg