From e5e2526b12d60e6b65468964372eb0395e8c9ca9 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 30 Aug 2017 10:54:16 -0400 Subject: Prune plugins moved to ccsdk Replace code moved to CCSDK with README.md files redirecting developers to the proper CCSDK repository Change-Id: I6299a50f8116c653e88949a0ff23a1f2dbebb20d Issue-ID: CCSDK-59 Signed-off-by: Dan Timoney --- restapi-call-node/provider/pom.xml | 101 ------------------------------------- 1 file changed, 101 deletions(-) delete mode 100755 restapi-call-node/provider/pom.xml (limited to 'restapi-call-node/provider/pom.xml') diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml deleted file mode 100755 index caf3588..0000000 --- a/restapi-call-node/provider/pom.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - 4.0.0 - - org.openecomp.sdnc.plugins - restapi-call-node - 1.1.2-SNAPSHOT - - org.openecomp.sdnc.plugins - restapi-call-node-provider - 1.1.2-SNAPSHOT - bundle - RESTAPI Call Node - Provider - http://maven.apache.org - - UTF-8 - - - - junit - junit - test - - - org.springframework - spring-test - ${spring.version} - test - - - org.openecomp.sdnc.core - sli-common - ${sdnctl.sli.version} - compile - - - org.openecomp.sdnc.core - sli-provider - ${sdnctl.sli.version} - compile - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - jcl-over-slf4j - ${slf4j.version} - - - org.springframework - spring-beans - ${spring.version} - - - org.springframework - spring-context - ${spring.version} - - - com.sun.jersey - jersey-client - ${jersey.version} - provided - - - org.codehaus.jettison - jettison - ${jettison.version} - provided - - - - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - org.openecomp.sdnc.restapicall - org.openecomp.sdnc.restapicall - * - - - - - - - - - - - - -- cgit 1.2.3-korg