From 64f53ef14f5a9ea98208fd2b835bfb01fda9a5f9 Mon Sep 17 00:00:00 2001 From: mmis Date: Thu, 19 Jul 2018 13:21:08 +0100 Subject: Copy policy-endpoints from drools-pdp to common Removed policy-endpoints, and 3 classes from policy-core. Replaced refenences to the deleted classes with references to the corresponding classes in policy-common Issue-ID: POLICY-967 Change-Id: I547cde4894424b8f40b7ddd4e2342ebb729cb588 Signed-off-by: mmis --- policy-endpoints/pom.xml | 175 ----------------------------------------------- 1 file changed, 175 deletions(-) delete mode 100644 policy-endpoints/pom.xml (limited to 'policy-endpoints/pom.xml') diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml deleted file mode 100644 index 04c284dc..00000000 --- a/policy-endpoints/pom.xml +++ /dev/null @@ -1,175 +0,0 @@ - - - - - 4.0.0 - - - org.onap.policy.drools-pdp - drools-pdp - 1.3.0-SNAPSHOT - - - policy-endpoints - - policy-endpoints - Endpoints - - - - - - - - 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 - - - - 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} - - - - io.swagger - swagger-jersey2-jaxrs - - - - org.apache.httpcomponents - httpcore - - - - org.apache.httpcomponents - httpclient - - - - org.apache.commons - commons-collections4 - 4.1 - - - - ch.qos.logback - logback-classic - - - - org.onap.policy.drools-pdp - policy-core - ${project.version} - - - - junit - junit - test - - - - - -- cgit 1.2.3-korg