You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2021/05/20 18:56:27 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated: SLING-10299 relax the max version for compatibility with oak 1.26.0 or later

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c269c16  SLING-10299 relax the max version for compatibility with oak 1.26.0 or later
c269c16 is described below

commit c269c16f3beb75f13c1736f684d690cbc4002be6
Author: Eric Norman <en...@apache.org>
AuthorDate: Thu May 20 11:56:09 2021 -0700

    SLING-10299 relax the max version for compatibility with oak 1.26.0 or
    later
---
 bnd.bnd | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bnd.bnd b/bnd.bnd
index 937821d..bf53079 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,2 +1,6 @@
+# SLING-10299 - relax the max version for compatibility with oak 1.26.0 or later
+Import-Package:\
+  org.apache.jackrabbit.oak.spi.security.principal;version="[1.5,3)",\
+  *
 Provide-Capability: osgi.implementation;osgi.implementation="org.apache.sling.jcr.repoinit";version:Version="8.1"
 Require-Capability: org.apache.sling.repoinit.language;filter:="(version>=8.4)"