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/properties-node/provider/pom.xml | 60 ++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100755 plugins/properties-node/provider/pom.xml (limited to 'plugins/properties-node/provider/pom.xml') diff --git a/plugins/properties-node/provider/pom.xml b/plugins/properties-node/provider/pom.xml new file mode 100755 index 000000000..fdfb4b3cb --- /dev/null +++ b/plugins/properties-node/provider/pom.xml @@ -0,0 +1,60 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + binding-parent + 2.1.0 + + + org.onap.ccsdk.sli.plugins + properties-node-provider + 1.1.1-SNAPSHOT + bundle + + ccsdk-sli-plugins :: properties-node :: ${project.artifactId} + + + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + + + + + junit + junit + test + + + com.github.stefanbirkner + system-rules + 1.19.0 + test + + + org.springframework + spring-test + test + + + org.onap.ccsdk.sli.core + sli-common + provided + + + org.slf4j + slf4j-api + + + org.codehaus.jettison + jettison + + + -- cgit 1.2.3-korg