This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13023-fix-imports in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-registration.git
commit 70f66e40ad2b5ec69331cd0a8f9d353b191a074a Author: Stefan Seifert <[email protected]> AuthorDate: Tue Dec 2 11:00:14 2025 +0100 SLING-13023 JCR Repository Registration: Fix optional imports --- bnd.bnd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bnd.bnd b/bnd.bnd index 38d17e4..5e127cb 100644 --- a/bnd.bnd +++ b/bnd.bnd @@ -2,6 +2,8 @@ Bundle-Category: sling,jcr Import-Package:\ javax.transaction.xa;resolution:=optional,\ + org.apache.jackrabbit.rmi.remote;resolution:=optional,\ + org.apache.jackrabbit.rmi.server;resolution:=optional,\ * DynamicImport-Package: *
