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 2020/02/19 13:36:40 UTC

[sling-org-apache-sling-security] branch master updated: SLING-9088 : Wrong require capability makes bundle unusable

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


The following commit(s) were added to refs/heads/master by this push:
     new 0eebd38  SLING-9088 : Wrong require capability makes bundle unusable
0eebd38 is described below

commit 0eebd3881a9ebff7c9d5c22627a220d99aca0285
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Feb 19 14:36:30 2020 +0100

    SLING-9088 : Wrong require capability makes bundle unusable
---
 bnd.bnd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bnd.bnd b/bnd.bnd
index 7fa8807..5b280f4 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,2 +1,2 @@
-Require-Capability: osgi.implementation;filter:="(&(osgi.implementation=osgi.http)(version>=1.0)(!(version<=2.0)))"
+Require-Capability: osgi.implementation;filter:="(&(osgi.implementation=osgi.http)(version>=1.0)(!(version>=2.0)))"