You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2014/01/10 15:02:49 UTC

svn commit: r1557125 - in /sling/trunk/bundles/extensions/healthcheck: jmx/ pom.xml

Author: cziegeler
Date: Fri Jan 10 14:02:48 2014
New Revision: 1557125

URL: http://svn.apache.org/r1557125
Log:
SLING-3312 : Move JMX bean registration into core module

Removed:
    sling/trunk/bundles/extensions/healthcheck/jmx/
Modified:
    sling/trunk/bundles/extensions/healthcheck/pom.xml

Modified: sling/trunk/bundles/extensions/healthcheck/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/pom.xml?rev=1557125&r1=1557124&r2=1557125&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/healthcheck/pom.xml (original)
+++ sling/trunk/bundles/extensions/healthcheck/pom.xml Fri Jan 10 14:02:48 2014
@@ -32,7 +32,6 @@
         <module>core</module>
         <module>samples</module>
         <module>support</module>
-        <module>jmx</module>
         <module>webconsole</module>
         <module>it</module>
     </modules>