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 --- .../features/features-netbox-client/pom.xml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 netbox-client/features/features-netbox-client/pom.xml (limited to 'netbox-client/features/features-netbox-client') 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 + + + + -- cgit 1.2.3-korg