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 --- applications/naming/pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 applications/naming/pom.xml (limited to 'applications/naming/pom.xml') diff --git a/applications/naming/pom.xml b/applications/naming/pom.xml new file mode 100644 index 00000000..0bba663f --- /dev/null +++ b/applications/naming/pom.xml @@ -0,0 +1,54 @@ + + + + 4.0.0 + + org.onap.policy.xacml-pdp.applications + applications + 2.2.0-SNAPSHOT + + + naming + + ${project.artifactId} + This modules contains the SDNC naming applications. + + + + org.powermock + powermock-api-mockito + test + + + org.onap.policy.xacml-pdp.applications + common + ${project.version} + + + org.onap.policy.xacml-pdp + xacml-test + ${project.version} + test + + + + -- cgit 1.2.3-korg