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 2019/05/26 14:49:12 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated: SLING-8435 Provide Felix Health Check feature

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-distribution.git


The following commit(s) were added to refs/heads/master by this push:
     new d8e5970  SLING-8435 Provide Felix Health Check feature
d8e5970 is described below

commit d8e5970ab6c51f1b88350188de6c62acf4aa0136
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun May 26 16:48:09 2019 +0200

    SLING-8435 Provide Felix Health Check feature
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index a4751de..72f11e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -526,6 +526,8 @@
             <feature>sling-servlets</feature>
             <!-- Apache Sling Starter -->
             <feature>sling-starter-content</feature>
+            <!-- Apache Felix Healthcheck -->
+            <feature>felix-healthcheck</feature>
             <!-- Apache Jackrabbit -->
             <feature>jackrabbit</feature>
             <feature>jackrabbit-oak</feature>