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 3d51ac0  SLING-7168: expose spi for agent+queue+packaging
3d51ac0 is described below

commit 3d51ac0b09c9a057b590349727392eaedba26aea
Author: Marius Petria <[email protected]>
AuthorDate: Wed Jun 27 12:10:33 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,

Reply via email to