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/pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 restapi-call-node/pom.xml (limited to 'restapi-call-node/pom.xml') diff --git a/restapi-call-node/pom.xml b/restapi-call-node/pom.xml new file mode 100755 index 00000000..86a27bb0 --- /dev/null +++ b/restapi-call-node/pom.xml @@ -0,0 +1,42 @@ + + + + org.onap.ccsdk.sli.plugins + sdnc-plugins + 0.0.1-SNAPSHOT + + + 4.0.0 + pom + + org.onap.ccsdk.sli.plugins + restapi-call-node + 0.0.1-SNAPSHOT + + RESTAPI Call Node + This is an implementation of DG Execute Node that makes a call to an external REST API + + + + + org.onap.ccsdk.sli.plugins + restapi-call-node-features + features + xml + ${project.version} + + + org.onap.ccsdk.sli.plugins + restapi-call-node-provider + ${project.version} + + + + + + provider + features + installer + + + -- cgit 1.2.3-korg