Author: fmeschbe
Date: Tue Jun  9 10:09:40 2009
New Revision: 782944

URL: http://svn.apache.org/viewvc?rev=782944&view=rev
Log:
Ensure org.osgi.service.http package is required and not optional (thanks Sahoo 
for pointing out)

Modified:
    felix/trunk/webconsole/pom.xml

Modified: felix/trunk/webconsole/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/webconsole/pom.xml?rev=782944&r1=782943&r2=782944&view=diff
==============================================================================
--- felix/trunk/webconsole/pom.xml (original)
+++ felix/trunk/webconsole/pom.xml Tue Jun  9 10:09:40 2009
@@ -86,6 +86,7 @@
                             org.apache.felix.webconsole.*,
                         </Private-Package>
                         <Import-Package>
+                            org.osgi.service.http,
                             org.apache.felix.scr;
                             org.apache.felix.shell;
                             org.osgi.service.*;resolution:=optional,


Reply via email to