Fix OSGi issues

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1736061 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index 4f06a64..eebc1b0 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -68,6 +68,7 @@
                         <Export-Package>
                             org.apache.felix.service.command;
                             org.apache.felix.service.threadio; version=${project.version}; status="provisional"; mandatory:="status",
+                            org.apache.felix.gogo.runtime*; version=${project.version},
                             org.apache.felix.gogo.api; version=${project.version}
                         </Export-Package>
                         <Import-Package>
@@ -77,7 +78,6 @@
                             org.osgi.service.startlevel*; resolution:=optional,
                             *
                         </Import-Package>
-                        <Private-Package>org.apache.felix.gogo.runtime*</Private-Package>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>org.apache.felix.gogo.runtime.activator.Activator</Bundle-Activator>