FELIX-4427 Also import Http Service API to cooperate with other bundles
   also exporting the Http Service API, such as the compendium bundle

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1569288 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/api/pom.xml b/http/api/pom.xml
index 100e9da..78e8ed5 100644
--- a/http/api/pom.xml
+++ b/http/api/pom.xml
@@ -45,10 +45,11 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                            org.osgi.service.http;version=${http.service.version},                       
+                            org.osgi.service.http;version=${http.service.version},
                             org.apache.felix.http.api;version=${http.api.version}
                         </Export-Package>
                         <Import-Package>
+                            org.osgi.service.http,
                             javax.servlet.*;version="[2.3,4)",
                             *
                         </Import-Package>