From 07b48a05b99aa8f8d26f6009b55c4f041fbaeec4 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 9 Jan 2019 16:42:33 -0500 Subject: Template-Node Intall Adding TemplateNode in sli plugin features, as it's not getting installed as a default feature install Change-Id: I4804a40c8078df9f183b7752f5306643dfe0e588 Issue-ID: CCSDK-924 Signed-off-by: Singal, Kapil (ks220y) --- template-node/provider/pom.xml | 5 ++--- .../provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 6 ++++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'template-node/provider') diff --git a/template-node/provider/pom.xml b/template-node/provider/pom.xml index d7d8d8f8..bf90d352 100644 --- a/template-node/provider/pom.xml +++ b/template-node/provider/pom.xml @@ -13,6 +13,8 @@ 0.4.0-SNAPSHOT bundle + ccsdk-sli-plugins :: template-node :: ${project.artifactId} + junit @@ -22,17 +24,14 @@ org.onap.ccsdk.sli.core sli-common - provided org.onap.ccsdk.sli.core sli-provider - provided org.slf4j slf4j-api - provided org.apache.velocity diff --git a/template-node/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/template-node/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml index a8006b9b..60409c50 100644 --- a/template-node/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/template-node/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -1,8 +1,10 @@ - + - + \ No newline at end of file -- cgit 1.2.3-korg