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
commit 973de9b76ec1ffb7293ac729654b43c6e4f5e5c3 Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Mar 11 07:54:10 2025 +0100 SLING-12705 : Allow to use referrer filter outside of Sling --- bnd.bnd | 1 + 1 file changed, 1 insertion(+) diff --git a/bnd.bnd b/bnd.bnd index ceccf40..c928ca4 100644 --- a/bnd.bnd +++ b/bnd.bnd @@ -1,3 +1,4 @@ -noimportjava: true +Import-Package: org.apache.sling.*;resolution:=optional,* Require-Capability: osgi.implementation;filter:="(&(osgi.implementation=osgi.http)(version>=1.0)(!(version>=2.0)))"
