You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/10/17 14:05:53 UTC

[sling-org-apache-sling-karaf-features] 04/04: SLING-3027 Improve Launchpad Karaf Features

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git

commit 0b587ba854104e2bc76c254dd1a7b0d34ac9203b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Oct 17 10:10:35 2020 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    add eventadmin dependency to felix-healthcheck
---
 src/main/feature/feature.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index bf5c423..10f312e 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -592,6 +592,7 @@
     <bundle>mvn:org.apache.felix/org.apache.felix.healthcheck.generalchecks/2.0.6</bundle>
     <bundle>mvn:org.apache.felix/org.apache.felix.healthcheck.webconsoleplugin/2.0.2</bundle>
     <!-- dependencies -->
+    <feature>eventadmin</feature>
     <feature>scr</feature>
     <feature>webconsole</feature>
     <bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.11</bundle>