Author: cziegeler
Date: Thu Aug  1 17:02:47 2013
New Revision: 1509330

URL: http://svn.apache.org/r1509330
Log:
SLING-2979 : Add support for running scheduled task only on the leader

Modified:
    sling/trunk/bundles/commons/scheduler/pom.xml

Modified: sling/trunk/bundles/commons/scheduler/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/scheduler/pom.xml?rev=1509330&r1=1509329&r2=1509330&view=diff
==============================================================================
--- sling/trunk/bundles/commons/scheduler/pom.xml (original)
+++ sling/trunk/bundles/commons/scheduler/pom.xml Thu Aug  1 17:02:47 2013
@@ -58,6 +58,7 @@
                             org.apache.sling.commons.scheduler.impl
                         </Private-Package>
                         <DynamicImport-Package>
+                            org.apache.sling.discovery;version="[1.0,2)",
                             commonj.work,
                             com.mchange.v2.c3p0,
                             javax.ejb,


Reply via email to