From 91d04c64771832a0b8815ffbe1f0f9920320d94d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Feb 2017 19:41:00 -0500 Subject: Initial OpenECOMP policy/engine commit Change-Id: I7dbff37733b661643dd4d1caefa3d7dccc361b6e Signed-off-by: Pamela Dragosh --- ECOMP-XACML/pom.xml | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 ECOMP-XACML/pom.xml (limited to 'ECOMP-XACML/pom.xml') diff --git a/ECOMP-XACML/pom.xml b/ECOMP-XACML/pom.xml new file mode 100644 index 000000000..cb685243a --- /dev/null +++ b/ECOMP-XACML/pom.xml @@ -0,0 +1,150 @@ + + + + + + + 4.0.0 + + org.openecomp.policy.engine + PolicyEngineSuite + 1.0.0-SNAPSHOT + + org.openecomp.policy.engine + ECOMP-XACML + jar + + + org.openecomp.policy.common + integrity-monitor + ${common-modules.version} + + + org.openecomp.policy.engine + ${project.version} + PolicyEngineUtils + + + org.openecomp.policy.common + integrity-audit + ${common-modules.version} + + + org.apache.httpcomponents + httpcore + 4.4.4 + + + org.eclipse.persistence + eclipselink + 2.5.2 + + + commons-codec + commons-codec + 1.5 + + + commons-cli + commons-cli + 1.2 + + + commons-io + commons-io + 2.4 + + + org.apache.commons + commons-lang3 + 3.1 + + + commons-logging + commons-logging + 1.1.3 + + + javax.servlet + servlet-api + + + + + com.google.guava + guava + 14.0.1 + + + com.fasterxml.jackson.core + jackson-databind + 2.3.0-rc1 + + + org.apache.velocity + velocity + 1.7 + + + javax.servlet + servlet-api + + + + + net.sf.opencsv + opencsv + 2.3 + + + junit + junit + 4.11 + test + + + org.mockito + mockito-core + 1.9.5 + + + org.springframework + spring-mock + 2.0.8 + + + com.mockrunner + mockrunner + 0.3.1 + + + org.openecomp.policy.common + ECOMP-Logging + ${common-modules.version} + + + com.att.research.xacml + xacml + 1.0.0 + + + -- cgit 1.2.3-korg