SLING-4153 - moved communication to root distribution package

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1645924 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 7f5219a..f3e1d14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,11 +68,6 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>org.apache.sling.distribution.api</Bundle-SymbolicName>
-                        <Export-Package>
-                            org.apache.sling.distribution.communication,
-                            org.apache.sling.distribution.event,
-                            org.apache.sling.distribution.transport
-                        </Export-Package>
                     </instructions>
                 </configuration>
             </plugin>