From 5a0e4a53e6fa2d7e33c1d2e45f448b712bab27a8 Mon Sep 17 00:00:00 2001 From: tnaroska Date: Wed, 20 Mar 2013 12:31:21 +0100 Subject: [PATCH] [KARAF-2125] "Components" tab not shown in WebConsole added the felix.webconsole.ds plugin to karaf scr feature, conditional on webconsole --- assemblies/features/standard/src/main/feature/feature.xml | 4 ++++ pom.xml | 1 + 2 files changed, 5 insertions(+) diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml index 58776d3..28e35bd 100644 --- a/assemblies/features/standard/src/main/feature/feature.xml +++ b/assemblies/features/standard/src/main/feature/feature.xml @@ -175,6 +175,10 @@ management mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/${project.version} + + webconsole + mvn:org.apache.felix/org.apache.felix.webconsole.plugins.ds/${felix.scr-plugin.version} + diff --git a/pom.xml b/pom.xml index ae7a615..653b8a4 100644 --- a/pom.xml +++ b/pom.xml @@ -159,6 +159,7 @@ 1.0.2 1.0.2 1.6.2 + 1.0.0 1.6.0 1.0.0 -- 1.7.10.2 (Apple Git-33)