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 --- .../features/ccsdk-restconf-client/pom.xml | 55 ++++++++++++++++++++++ .../features/features-restconf-client/pom.xml | 29 ++++++++++++ restconf-client/features/pom.xml | 22 +++++++++ .../features/src/main/resources/features.xml | 41 ++++++++++++++++ 4 files changed, 147 insertions(+) create mode 100644 restconf-client/features/ccsdk-restconf-client/pom.xml create mode 100644 restconf-client/features/features-restconf-client/pom.xml create mode 100755 restconf-client/features/pom.xml create mode 100644 restconf-client/features/src/main/resources/features.xml (limited to 'restconf-client/features') diff --git a/restconf-client/features/ccsdk-restconf-client/pom.xml b/restconf-client/features/ccsdk-restconf-client/pom.xml new file mode 100644 index 00000000..8bdfe87a --- /dev/null +++ b/restconf-client/features/ccsdk-restconf-client/pom.xml @@ -0,0 +1,55 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + single-feature-parent + 1.1.0-SNAPSHOT + + + + org.onap.ccsdk.sli.plugins + ccsdk-restconf-client + 0.3.0-SNAPSHOT + feature + + ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} + + + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + ${odl.mdsal.model.version} + pom + import + + + org.opendaylight.controller + mdsal-artifacts + ${odl.mdsal.version} + pom + import + + + + + + + + org.onap.ccsdk.sli.core + ccsdk-sli + ${ccsdk.sli.core.version} + xml + features + + + ${project.groupId} + restconf-client-provider + ${project.version} + + + diff --git a/restconf-client/features/features-restconf-client/pom.xml b/restconf-client/features/features-restconf-client/pom.xml new file mode 100644 index 00000000..8ee5e7e2 --- /dev/null +++ b/restconf-client/features/features-restconf-client/pom.xml @@ -0,0 +1,29 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + feature-repo-parent + 1.1.0-SNAPSHOT + + + + org.onap.ccsdk.sli.plugins + features-restconf-client + 0.3.0-SNAPSHOT + feature + + ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} + + + + ${project.groupId} + ccsdk-restconf-client + ${project.version} + xml + features + + + + diff --git a/restconf-client/features/pom.xml b/restconf-client/features/pom.xml new file mode 100755 index 00000000..c94be00b --- /dev/null +++ b/restconf-client/features/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 1.1.0-SNAPSHOT + + + org.onap.ccsdk.sli.plugins + restconf-client-features + 0.3.0-SNAPSHOT + pom + + ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} + + + ccsdk-restconf-client + features-restconf-client + + diff --git a/restconf-client/features/src/main/resources/features.xml b/restconf-client/features/src/main/resources/features.xml new file mode 100644 index 00000000..d7907ac2 --- /dev/null +++ b/restconf-client/features/src/main/resources/features.xml @@ -0,0 +1,41 @@ + + + + + + + mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features + + + sdnc-sli + spring + spring-dm + mvn:com.sun.jersey/jersey-client/${jersey.version} + mvn:com.sun.jersey.contribs.jersey-oauth/oauth-signature/${jersey.version} + mvn:com.sun.jersey.contribs.jersey-oauth/oauth-client/${jersey.version} + mvn:org.codehaus.jettison/jettison/${jettison.version} + mvn:org.onap.ccsdk.sli.plugins/restconf-client-provider/${project.version} + + + -- cgit 1.2.3-korg