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 2018/05/12 13:56:23 UTC

[sling-org-apache-sling-karaf-features] 01/03: 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 65ade53ff3c29ea0f58ce8e2e6c1b32c0ea7bc86
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat May 12 01:23:00 2018 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    add sling-healthcheck to sling-quickstart-oak
---
 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 f5e6c87..b7df2f0 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -448,6 +448,7 @@
     <feature version="${project.version}">sling-adapter</feature>
     <feature version="${project.version}">sling-bundleresource</feature>
     <feature version="${project.version}">sling-discovery-standalone</feature>
+    <feature version="${project.version}">sling-healthcheck</feature>
     <bundle dependency="true">mvn:org.apache.felix/org.apache.felix.prefs/1.1.0</bundle>
     <bundle>mvn:org.apache.felix/org.apache.felix.webconsole.plugins.memoryusage/1.0.8</bundle>
     <bundle>mvn:org.apache.felix/org.apache.felix.webconsole.plugins.packageadmin/1.0.4</bundle>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.