From 4ff3b261231274ec9f3cd957ba50108fef3e0eb5 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Sun, 8 Dec 2019 17:44:31 -0500 Subject: Add SDNC naming application Requires changes to StdMatchableTranslator to go deeper when searching for matchable attributes. NOTE: will re-visit the StdMatchableTranslator at a later date in order to support more robust Policy Types. And document best practices for defining matchables. Issue-ID: POLICY-1740 Change-Id: I291cf1c2e6eba0a677a3312dd11f0e56178a805b Signed-off-by: Pamela Dragosh --- main/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml index f8508335..98c12e8a 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -82,6 +82,11 @@ optimization ${project.version} + + org.onap.policy.xacml-pdp.applications + naming + ${project.version} + org.onap.policy.models policy-models-pdp -- cgit 1.2.3-korg