SLING-7244 : Correct require capability for http whiteboard
diff --git a/pom.xml b/pom.xml
index 402bbd2..3005237 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
                 <configuration>
                     <instructions>                
                         <Require-Capability>
-                            osgi.implementation;filter:="(&amp;(osgi.implementation=osgi.http)(version=1.0))"
+                            osgi.implementation;filter:="(&amp;(osgi.implementation=osgi.http)(version&gt;=1.0)(!(version&gt;=2.0)))"
                         </Require-Capability>
                     </instructions>                
                 </configuration>