From e0addf5b588a1244f9679becd90999dfcb4c3a94 Mon Sep 17 00:00:00 2001 From: "ITSERVICES\\rb7147" Date: Tue, 25 Apr 2017 11:46:00 -0400 Subject: Policy 1707 commit to LF Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 --- POLICY-SDK-APP/pom.xml | 199 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 POLICY-SDK-APP/pom.xml (limited to 'POLICY-SDK-APP/pom.xml') diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml new file mode 100644 index 000000000..1c0cb9100 --- /dev/null +++ b/POLICY-SDK-APP/pom.xml @@ -0,0 +1,199 @@ + + 4.0.0 + + org.openecomp.policy.engine + PolicyEngineSuite + 1.1.0-SNAPSHOT + + POLICY-SDK-APP + war + + + + maven-war-plugin + 2.1 + + true + + false + + + + maven-compiler-plugin + 3.2 + + 1.8 + 1.8 + + + + + + UTF-8 + 1.1.0-SNAPSHOT + 4.2.0.RELEASE + 4.3.11.Final + true + true + 2.6.0 + + + + org.openecomp.ecompsdkos + epsdk-core + ${epsdk.version} + + + + org.springframework + spring-core + ${springframework.version} + + + commons-logging + commons-logging + + + + + org.springframework + spring-test + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} + + + org.springframework + spring-tx + ${springframework.version} + + + org.springframework + spring-context-support + ${springframework.version} + + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-validator + 5.1.3.Final + + + + javax.mail + mail + 1.4.7 + + + + com.fasterxml.jackson.core + jackson-annotations + 2.6.3 + + + com.fasterxml.jackson.core + jackson-core + 2.6.3 + + + com.fasterxml.jackson.core + jackson-databind + 2.6.3 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${jackson.version} + + + com.fasterxml.jackson.module + jackson-module-jsonSchema + ${jackson.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + ${jackson.version} + + + + org.elasticsearch + elasticsearch + 2.2.0 + + + org.json + json + 20160212 + + + io.searchbox + jest + 2.0.0 + + + commons-logging + commons-logging + + + + + org.openecomp.policy.engine + ECOMP-PDP + ${project.version} + + + commons-logging + commons-logging + + + org.apache.httpcomponents + httpcore + + + com.att.aft + dme2 + + + + + commons-fileupload + commons-fileupload + 1.3.1 + + + org.apache.commons + commons-compress + 1.8 + + + args4j + args4j + 2.32 + + + org.apache.poi + poi + 3.15 + + + org.apache.poi + poi-ooxml + 3.15 + + + \ No newline at end of file -- cgit 1.2.3-korg