From d7d5ea0fe2e9bf6c5222174df2bdd80192b9d6ee Mon Sep 17 00:00:00 2001 From: gaurav Date: Wed, 18 Jul 2018 19:39:10 +0530 Subject: API for RestconfClient API for RestconfClient including: - RestconfApiCallNode - RestconfDiscoveryNode Change-Id: Ieda6251b91b6d399cd0106993c3fdd1a440d5b0a Issue-ID: CCSDK-371 Signed-off-by: Gaurav Agrawal --- restconf-client/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 restconf-client/pom.xml (limited to 'restconf-client/pom.xml') diff --git a/restconf-client/pom.xml b/restconf-client/pom.xml new file mode 100755 index 00000000..fecbd2b9 --- /dev/null +++ b/restconf-client/pom.xml @@ -0,0 +1,24 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 1.1.0-SNAPSHOT + + + org.onap.ccsdk.sli.plugins + restconf-client + 0.3.0-SNAPSHOT + pom + + ccsdk-sli-plugins :: restconf-client + This is an implementation of DG Execute Node that makes a call to an external RESTCONF API + + + provider + features + installer + + -- cgit 1.2.3-korg