From f8d2c21bb589303febc11024f3cd667946f44459 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 24 Aug 2020 15:50:31 -0400 Subject: Add new Match application to XACML Add new generic match application to XACML PDP. This app will allow ONAP users to design their own matchable policy types and use StdMatchableTranslator out-of-the box without any modification. Fills the gap left behind since "configure" via the Monitoring can support StdCombinedResultsTranslator, but the Optimization policy types have a specific "closest match" algorithm tied to them. Gives flexibility. removed unused import Issue-ID: POLICY-2596 Change-Id: I0aebae706fb9634e7bb13d78eff0ccc1ae4d752f Signed-off-by: Pamela Dragosh --- applications/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'applications/pom.xml') diff --git a/applications/pom.xml b/applications/pom.xml index 3175ee85..4d5827bd 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -37,11 +37,12 @@ common - monitoring guard - optimization + match + monitoring naming native + optimization -- cgit 1.2.3-korg