Correct require capability
diff --git a/pom.xml b/pom.xml
index 3168682..2c4ed8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,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=1.0)(!(version>=2.0)))"
                         </Require-Capability>
                     </instructions>
                 </configuration>