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 2017/01/23 13:59:03 UTC

svn commit: r1779925 - /sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml

Author: olli
Date: Mon Jan 23 13:59:03 2017
New Revision: 1779925

URL: http://svn.apache.org/viewvc?rev=1779925&view=rev
Log:
SLING-4575 Failure registering MBean

remove org.apache.sling.hc.jmx (JMX was moved to org.apache.sling.hc.core)

Modified:
    sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml

Modified: sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml
URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml?rev=1779925&r1=1779924&r2=1779925&view=diff
==============================================================================
--- sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml (original)
+++ sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml Mon Jan 23 13:59:03 2017
@@ -203,7 +203,6 @@
   <feature name="sling-extension-healthcheck" version="${feature.version}">
     <!-- SLING-5624 Health Check Core 1.2.4 fails on Launchpad Karaf -->
     <bundle>mvn:org.apache.sling/org.apache.sling.hc.core/1.2.2</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.hc.jmx/1.0.6</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.hc.support/1.0.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.hc.webconsole/1.1.2</bundle>
     <!-- dependencies -->