Author: mpetria
Date: Thu Dec 10 08:46:44 2015
New Revision: 1719030
URL: http://svn.apache.org/viewvc?rev=1719030&view=rev
Log:
SLING-5368: make distribution.core work with Sling Event 4.0.0
Modified:
sling/trunk/contrib/extensions/distribution/core/pom.xml
Modified: sling/trunk/contrib/extensions/distribution/core/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/distribution/core/pom.xml?rev=1719030&r1=1719029&r2=1719030&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/distribution/core/pom.xml (original)
+++ sling/trunk/contrib/extensions/distribution/core/pom.xml Thu Dec 10
08:46:44 2015
@@ -70,6 +70,9 @@
<Export-Package>
org.apache.sling.distribution.util
</Export-Package>
+ <Import-Package>
+
org.apache.sling.event.jobs;version="[1.5.0,3.0)",org.apache.sling.event.jobs.consumer;version="[1.1,2)",*
+ </Import-Package>
<Embed-Dependency>httpasyncclient</Embed-Dependency>
</instructions>
</configuration>
@@ -132,7 +135,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.event</artifactId>
- <version>3.3.0</version>
+ <version>4.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>