Forgot to make the import for the portlet api optional.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@741580 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 935ff81..4a36eff 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -88,7 +88,8 @@
<Import-Package>
org.apache.felix.scr;
org.apache.felix.shell;
- org.osgi.service.*;resolution:=optional,*
+ org.osgi.service.*;resolution:=optional,
+ javax.portlet;resolution:=optional,*;
</Import-Package>
<Embed-Dependency>