From 073cc188efe9abb4c010cf674e34e2cf46ef1c52 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Mon, 31 Jul 2017 08:47:35 +0000 Subject: [POLICY-73] replace openecomp for policy-engine Change-Id: I54072f6bcd388c0e05562614ee89b4ae7ad67004 Signed-off-by: Guo Ruijing Signed-off-by: Pamela Dragosh --- ONAP-XACML/pom.xml | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 ONAP-XACML/pom.xml (limited to 'ONAP-XACML/pom.xml') diff --git a/ONAP-XACML/pom.xml b/ONAP-XACML/pom.xml new file mode 100644 index 000000000..d51cac9fe --- /dev/null +++ b/ONAP-XACML/pom.xml @@ -0,0 +1,88 @@ + + + + + + + 4.0.0 + + org.onap.policy.engine + PolicyEngineSuite + 1.1.0-SNAPSHOT + + ONAP-XACML + jar + + + org.onap.policy.engine + ${project.version} + PolicyEngineUtils + + + commons-cli + commons-cli + 1.2 + + + commons-io + commons-io + 2.4 + + + org.apache.httpcomponents + httpcore + 4.4.4 + + + junit + junit + 4.11 + test + + + org.mockito + mockito-core + 2.7.22 + + + org.springframework + spring-mock + 2.0.8 + + + commons-logging + commons-logging + + + + + com.mockrunner + mockrunner + 0.3.1 + + + com.att.research.xacml + xacml + 1.0.0 + + + -- cgit 1.2.3-korg