From 42478b1721879ead6d595a238c45acd1c1f039c6 Mon Sep 17 00:00:00 2001 From: "Smokowski, Kevin (ks6305)" Date: Tue, 7 Aug 2018 19:07:35 +0000 Subject: add template node add tempalte node implementation Change-Id: Ifd3e6e7f2a7b9ff7029b523eab50274e440652cc Issue-ID: CCSDK-440 Signed-off-by: Smokowski, Kevin (ks6305) --- .../features/features-template-node/pom.xml | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 template-node/features/features-template-node/pom.xml (limited to 'template-node/features/features-template-node') diff --git a/template-node/features/features-template-node/pom.xml b/template-node/features/features-template-node/pom.xml new file mode 100644 index 00000000..c352ba51 --- /dev/null +++ b/template-node/features/features-template-node/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + feature-repo-parent + 1.1.0-SNAPSHOT + + + + org.onap.ccsdk.sli.plugins + features-template-node + 0.3.3-SNAPSHOT + feature + + + + ${project.groupId} + ccsdk-template-node + ${project.version} + xml + features + + + + -- cgit 1.2.3-korg