SLING-7981 : Make dependency to web console optional
diff --git a/pom.xml b/pom.xml
index a9f4754..6464760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,13 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Import-Package>
+                            org.apache.felix.webconsole;resolution:=optional,*
+                        </Import-Package>
+                    </instructions>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.rat</groupId>