[FELIX-2761] Do not use the o.a.f.service.command until it's part of the rfc
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1055339 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/runtime/pom.xml b/gogo/runtime/pom.xml
index 667d09d..a29ed2f 100644
--- a/gogo/runtime/pom.xml
+++ b/gogo/runtime/pom.xml
@@ -57,7 +57,8 @@
<instructions>
<Export-Package>
org.apache.felix.service.command;
- org.apache.felix.service.threadio; version=${project.version}; status="provisional"; mandatory:="status"
+ org.apache.felix.service.threadio; version=${project.version}; status="provisional"; mandatory:="status",
+ org.apache.felix.gogo.api; version=${project.version}
</Export-Package>
<Import-Package>
org.osgi.service.event*; resolution:=optional,