From 96a9aafdff7813324bc8a8ba1e743683e251dde6 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 1 Dec 2020 11:33:35 -0800 Subject: Migrate files from sli-plugins Migrate sli-plugins repo into new directory "plugins". Signed-off-by: Jessica Wagantall --- plugins/restconf-client/provider/pom.xml | 132 +++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100755 plugins/restconf-client/provider/pom.xml (limited to 'plugins/restconf-client/provider/pom.xml') diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml new file mode 100755 index 000000000..ab57af017 --- /dev/null +++ b/plugins/restconf-client/provider/pom.xml @@ -0,0 +1,132 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + binding-parent + 2.1.0 + + + org.onap.ccsdk.sli.plugins + restconf-client-provider + 1.1.1-SNAPSHOT + bundle + + ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} + + + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + + + + + org.glassfish.jersey.media + jersey-media-sse + + + javax.ws.rs + javax.ws.rs-api + + + org.onap.ccsdk.sli.core + sli-common + provided + + + org.onap.ccsdk.sli.core + sli-provider + provided + + + org.onap.ccsdk.sli.plugins + properties-node-provider + ${project.version} + + + org.opendaylight.yangtools + yang-data-impl + + + com.fasterxml.jackson.core + jackson-databind + + + org.dom4j + dom4j + + + com.google.code.gson + gson + + + org.onap.ccsdk.sli.plugins + restapi-call-node-provider + ${project.version} + + + org.opendaylight.netconf + restconf-nb-rfc8040 + provided + + + javax.xml + jsr173 + + + + + org.opendaylight.yangtools + yang-parser-impl + + + org.osgi + org.osgi.core + provided + + + + + junit + junit + test + + + org.mockito + mockito-core + test + + + org.glassfish.jersey.containers + jersey-container-servlet + test + + + org.glassfish.jersey.containers + jersey-container-grizzly2-http + test + + + org.hamcrest + hamcrest-library + test + + + org.opendaylight.yangtools + yang-test-util + test + + + org.glassfish.jersey.core + jersey-client + test + + + -- cgit 1.2.3-korg