You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2017/11/15 18:21:30 UTC

[sling-org-apache-sling-engine] branch master updated: SLING-7244 : Correct require capability for http whiteboard

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-engine.git


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

commit 6e7158e48e5f9e55315fcbf3147a536981363799
Author: Carsten Ziegeler <cz...@adobe.com>
AuthorDate: Wed Nov 15 10:21:22 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 ff5b261..a366700 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
                             *
                         </Import-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>

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