From b40acf2d244058c162a8597968e59f2708e6abf4 Mon Sep 17 00:00:00 2001 From: mmis Date: Fri, 20 Jul 2018 15:28:25 +0100 Subject: Copy policy-endpoints from drools-pdp to common Issue-ID: POLICY-967 Change-Id: I374c155ee102c3e157c60d0a22d7191544abb76a Signed-off-by: mmis --- policy-endpoints/pom.xml | 192 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 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..b0e84f87 --- /dev/null +++ b/policy-endpoints/pom.xml @@ -0,0 +1,192 @@ + + + + + 4.0.0 + + + org.onap.policy.common + common-modules + 1.3.0-SNAPSHOT + + + policy-endpoints + + policy-endpoints + Endpoints + + + 9.3.20.v20170531 + 1.5.18 + 1.1.3 + 1.2.1-oss + 2.25.1 + 2.9.5 + 4.5.5 + 4.4.4 + + + + + + org.onap.policy.common + capabilities + ${project.version} + + + + org.onap.policy.common + utils + ${project.version} + + + + com.att.nsa + cambriaClient + ${cambria.version} + + + org.slf4j + slf4j-log4j12 + + + + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + ${dmaap.version} + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + + 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} + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + + org.apache.httpcomponents + httpclient + ${http.client.version} + + + org.apache.httpcomponents + httpcore + ${http.core.version} + + + + io.swagger + swagger-jersey2-jaxrs + ${jersey.swagger.version} + + + + org.apache.commons + commons-collections4 + 4.1 + + + + ch.qos.logback + logback-classic + + + + junit + junit + test + + + + + -- cgit 1.2.3-korg