From 2750f8c09a37c7cd5ff8678b3d0e5f7dac687376 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 15 Feb 2017 15:27:41 -0500 Subject: Initial commit for OpenECOMP SDN-C plugins Change-Id: I0deb50b4f047c419181bb8c9e4df09c67495aa79 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 0000000..58a89b3 --- /dev/null +++ b/restapi-call-node/pom.xml @@ -0,0 +1,42 @@ + + + + org.openecomp.sdnc.plugins + sdnc-plugins + 1.0.0 + + + 4.0.0 + pom + + org.openecomp.sdnc.plugins + restapi-call-node + 1.0.0 + + RESTAPI Call Node + This is an implementation of DG Execute Node that makes a call to an external REST API + + + + + org.openecomp.sdnc.plugins + restapi-call-node-features + features + xml + ${project.version} + + + org.openecomp.sdnc.plugins + restapi-call-node-provider + ${project.version} + + + + + + provider + features + installer + + + -- cgit 1.2.3-korg