From d10de42d72968e616276e2172cdaee7a26b2ccca Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Wed, 15 Aug 2018 14:29:07 -0400 Subject: Add scaffolding to netbox adaptor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic9e4dc99a21917446e72e5cfbfb023872a38952b Issue-ID: CCSDK-462 Signed-off-by: Alexis de Talhouët --- netbox-client/features/ccsdk-netbox-client/pom.xml | 64 ++++++++++++++++++++++ .../features/features-netbox-client/pom.xml | 45 +++++++++++++++ netbox-client/features/pom.xml | 39 +++++++++++++ 3 files changed, 148 insertions(+) create mode 100644 netbox-client/features/ccsdk-netbox-client/pom.xml create mode 100755 netbox-client/features/features-netbox-client/pom.xml create mode 100755 netbox-client/features/pom.xml (limited to 'netbox-client/features') diff --git a/netbox-client/features/ccsdk-netbox-client/pom.xml b/netbox-client/features/ccsdk-netbox-client/pom.xml new file mode 100644 index 00000000..e2f0bb2e --- /dev/null +++ b/netbox-client/features/ccsdk-netbox-client/pom.xml @@ -0,0 +1,64 @@ + + + + 4.0.0 + + + org.onap.ccsdk.parent + single-feature-parent + 1.1.0-SNAPSHOT + + + + org.onap.ccsdk.sli.adaptors + ccsdk-netbox-client + 0.3.0-SNAPSHOT + feature + + ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId} + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + + org.onap.ccsdk.sli.core + ccsdk-sli + xml + features + + + + org.onap.ccsdk.sli.core + ccsdk-dblib + ${ccsdk.sli.core.version} + xml + features + + + + ${project.groupId} + netbox-client-provider + ${project.version} + + + diff --git a/netbox-client/features/features-netbox-client/pom.xml b/netbox-client/features/features-netbox-client/pom.xml new file mode 100755 index 00000000..f775d6c6 --- /dev/null +++ b/netbox-client/features/features-netbox-client/pom.xml @@ -0,0 +1,45 @@ + + + + 4.0.0 + + + org.onap.ccsdk.parent + feature-repo-parent + 1.1.0-SNAPSHOT + + + + org.onap.ccsdk.sli.adaptors + features-netbox-client + 0.3.0-SNAPSHOT + feature + + ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId} + + + + ${project.groupId} + ccsdk-netbox-client + ${project.version} + xml + features + + + + diff --git a/netbox-client/features/pom.xml b/netbox-client/features/pom.xml new file mode 100755 index 00000000..df5c3e1e --- /dev/null +++ b/netbox-client/features/pom.xml @@ -0,0 +1,39 @@ + + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 1.1.0-SNAPSHOT + + + + org.onap.ccsdk.sli.adaptors + netbox-client-features + 0.3.0-SNAPSHOT + pom + + ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId} + + + ccsdk-netbox-client + features-netbox-client + + -- cgit 1.2.3-korg