From 0e16acf4d8579fd82349d6cd24e236275735a818 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Feb 2017 19:45:48 -0500 Subject: Initial OpenECOMP policy/drools-pdp commit Change-Id: I0072ccab6f40ed32da39667f9f8523b6d6dad2e2 Signed-off-by: Pamela Dragosh --- policy-endpoints/pom.xml | 157 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 policy-endpoints/pom.xml (limited to 'policy-endpoints/pom.xml') diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml new file mode 100644 index 00000000..e62853c5 --- /dev/null +++ b/policy-endpoints/pom.xml @@ -0,0 +1,157 @@ + + + + + 4.0.0 + + + org.openecomp.policy.drools-pdp + drools-pdp + 1.0.0-SNAPSHOT + + + policy-endpoints + + policy-endpoints + Policy UEB support + + + 1.8 + 1.8 + 0.0.1 + 0.2.12 + 9.3.14.v20161028 + 2.22.1 + 2.8.4 + + + + + + com.att.nsa + cambriaClient + ${cambria.version} + + + org.slf4j + slf4j-log4j12 + + + com.att.nsa + saClientLibrary + + + + + com.att.nsa + dmaapClient + ${dmaap.version} + + + org.slf4j + slf4j-log4j12 + + + + + org.eclipse.jetty + jetty-server + ${jetty.version} + + + + org.eclipse.jetty + jetty-servlet + ${jetty.version} + + + + org.glassfish.jersey.core + jersey-server + ${jersey.version} + + + + org.glassfish.jersey.containers + jersey-container-servlet-core + ${jersey.version} + + + + org.glassfish.jersey.media + jersey-media-json-jackson + ${jersey.version} + + + + org.glassfish.jersey.containers + jersey-container-jetty-http + ${jersey.version} + + + org.eclipse.jetty + jetty-util + + + + + + org.glassfish.jersey.core + jersey-client + ${jersey.version} + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version} + + + + org.apache.httpcomponents + httpcore + 4.4.4 + + + org.apache.httpcomponents + httpclient + 4.5 + + + org.apache.commons + commons-collections4 + 4.1 + + + org.openecomp.policy.drools-pdp + policy-core + 1.0.0-SNAPSHOT + + + + -- cgit 1.2.3-korg