From 7dbb6441c95aa5691a59dc918f864b4bf4e2e2ed Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 18 Jul 2017 20:35:53 -0400 Subject: [CCSDK-6] Populate seed code Add seed code for sli/plugins repository Changed groupId to org.onap.ccsdk.sli.plugins Updated to compile against CCSDK version of SLI Change-Id: Ib392530ea79b8544087692964bd65179896aa595 Signed-off-by: Dan Timoney --- restapi-call-node/provider/pom.xml | 101 +++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create 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 new file mode 100755 index 00000000..f864c291 --- /dev/null +++ b/restapi-call-node/provider/pom.xml @@ -0,0 +1,101 @@ + + + 4.0.0 + + org.onap.ccsdk.sli.plugins + restapi-call-node + 0.0.1-SNAPSHOT + + org.onap.ccsdk.sli.plugins + restapi-call-node-provider + 0.0.1-SNAPSHOT + bundle + RESTAPI Call Node - Provider + http://maven.apache.org + + UTF-8 + + + + junit + junit + test + + + org.springframework + spring-test + ${spring.version} + test + + + org.onap.ccsdk.sli.core + sli-common + ${sdnctl.sli.version} + compile + + + org.onap.ccsdk.sli.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.onap.ccsdk.sli.restapicall + org.openecomp.sdnc.restapicall + * + + + + + + + + + + + + -- cgit 1.2.3-korg