From 0ac4c6a0a3c5eacf7db3b1766048a8d1405f3e96 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 11 Jun 2019 10:55:04 -0400 Subject: Fix documentation add tutorial Fixed some headings that made index's look strange. Added xacml tutorial. Issue-ID: POLICY-1842 Change-Id: Id6ab56e5d5d2a6b2fe37c8df5d3d70aa04776878 Signed-off-by: Pamela Dragosh --- docs/xacml/tutorial/app/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/xacml/tutorial/app/pom.xml (limited to 'docs/xacml/tutorial/app/pom.xml') diff --git a/docs/xacml/tutorial/app/pom.xml b/docs/xacml/tutorial/app/pom.xml new file mode 100644 index 00000000..555f203f --- /dev/null +++ b/docs/xacml/tutorial/app/pom.xml @@ -0,0 +1,28 @@ + + 4.0.0 + + org.onap.policy.tutorial + tutorial + 0.0.1-SNAPSHOT + + tutorial + + + UTF-8 + + + + + junit + junit + 4.12 + test + + + org.onap.policy.xacml-pdp.applications + common + 2.1.0-SNAPSHOT + + + -- cgit 1.2.3-korg