This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-featureflags.git


The following commit(s) were added to refs/heads/master by this push:
     new baf2aa0  SLING-7244 : Correct require capability for http whiteboard
baf2aa0 is described below

commit baf2aa087a9a62b299a5196b40ba8d05d161c23b
Author: Carsten Ziegeler <czieg...@adobe.com>
AuthorDate: Wed Nov 15 10:22:53 2017 -0800

    SLING-7244 : Correct require capability for http whiteboard
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <commits@sling.apache.org>'].

Reply via email to