This is an automated email from the ASF dual-hosted git repository.
mpetria pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git
The following commit(s) were added to refs/heads/master by this push:
new bf1a829 SLING-7168: expose spi for agent+queue+packaging
bf1a829 is described below
commit bf1a8294229a60b74acb44d026f816739c8c5e0a
Author: Marius Petria <[email protected]>
AuthorDate: Mon Jun 18 17:30:51 2018 +0300
SLING-7168: expose spi for agent+queue+packaging
---
pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8e19597..123393b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,13 @@
<Export-Package>
org.apache.sling.distribution.util,
org.apache.sling.distribution.common,
- org.apache.sling.distribution.serialization
+ org.apache.sling.distribution.serialization,
+ org.apache.sling.distribution.queue.spi,
+ org.apache.sling.distribution.queue,
+ org.apache.sling.distribution.log.spi,
+ org.apache.sling.distribution.agent,
+ org.apache.sling.distribution.agent.spi,
+ org.apache.sling.distribution.packaging
</Export-Package>
<Import-Package>
org.apache.http.nio.*;resolution:=optional,
--
To stop receiving notification emails like this one, please contact
[email protected].