You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2017/11/28 08:27:24 UTC

svn commit: r1816521 - /felix/trunk/http/sslfilter/pom.xml

Author: cziegeler
Date: Tue Nov 28 08:27:24 2017
New Revision: 1816521

URL: http://svn.apache.org/viewvc?rev=1816521&view=rev
Log:
FELIX-5753 : Wrong require capability for http whiteboard

Modified:
    felix/trunk/http/sslfilter/pom.xml

Modified: felix/trunk/http/sslfilter/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/sslfilter/pom.xml?rev=1816521&r1=1816520&r2=1816521&view=diff
==============================================================================
--- felix/trunk/http/sslfilter/pom.xml (original)
+++ felix/trunk/http/sslfilter/pom.xml Tue Nov 28 08:27:24 2017
@@ -57,7 +57,7 @@
                             org.osgi.service.cm;version="[1.2,2)"
                         </DynamicImport-Package>
                         <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>