From 7dbb6441c95aa5691a59dc918f864b4bf4e2e2ed Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 18 Jul 2017 20:35:53 -0400 Subject: [CCSDK-6] Populate seed code Add seed code for sli/plugins repository Changed groupId to org.onap.ccsdk.sli.plugins Updated to compile against CCSDK version of SLI Change-Id: Ib392530ea79b8544087692964bd65179896aa595 Signed-off-by: Dan Timoney --- restapi-call-node/features/pom.xml | 135 +++++++++++++++++++++ .../features/src/main/resources/features.xml | 40 ++++++ 2 files changed, 175 insertions(+) create mode 100755 restapi-call-node/features/pom.xml create mode 100644 restapi-call-node/features/src/main/resources/features.xml (limited to 'restapi-call-node/features') diff --git a/restapi-call-node/features/pom.xml b/restapi-call-node/features/pom.xml new file mode 100755 index 000000000..cf9473383 --- /dev/null +++ b/restapi-call-node/features/pom.xml @@ -0,0 +1,135 @@ + + + 4.0.0 + + restapi-call-node + org.onap.ccsdk.sli.plugins + 0.0.1-SNAPSHOT + + org.onap.ccsdk.sli.plugins + 0.0.1-SNAPSHOT + restapi-call-node-features + RESTAPI Call Node - Features + + jar + + + + + org.onap.ccsdk.sli.plugins + restapi-call-node-provider + ${project.version} + + + + commons-lang + commons-lang + 2.6 + compile + + + + org.opendaylight.mdsal + features-mdsal + ${odl.mdsal.features.version} + features + xml + + runtime + + + + + + org.opendaylight.controller + opendaylight-karaf-empty + ${odl.karaf.empty.distro.version} + zip + + + + + + org.opendaylight.odlparent + features-test + ${odl.commons.opendaylight.version} + test + + + + org.opendaylight.yangtools + features-yangtools + ${odl.yangtools.version} + features + xml + runtime + + + + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + + resources + + generate-resources + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + + diff --git a/restapi-call-node/features/src/main/resources/features.xml b/restapi-call-node/features/src/main/resources/features.xml new file mode 100644 index 000000000..648e6f78f --- /dev/null +++ b/restapi-call-node/features/src/main/resources/features.xml @@ -0,0 +1,40 @@ + + + + + + + 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:org.codehaus.jettison/jettison/${jettison.version} + mvn:org.openecomp.sdnc.plugins/restapi-call-node-provider/${project.version} + + + -- cgit 1.2.3-korg