SLING-5939 : Register filter using Http Whiteboard

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1754831 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 8b245e6..6d221fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,13 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
+                <configuration>
+                    <instructions>                
+                        <Require-Capability>
+                            osgi.implementation;filter:="(&amp;(osgi.implementation=osgi.http)(version=1.0))"
+                        </Require-Capability>
+                    </instructions>                
+                </configuration>
             </plugin>
         </plugins>
     </build>