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

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


The following commit(s) were added to refs/heads/master by this push:
     new 966954f  SLING-13023 JCR Repository Registration: Fix optional imports 
(#6)
966954f is described below

commit 966954fa72c0f4a9fa82a759492a9fea9e34762e
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Dec 2 11:08:08 2025 +0100

    SLING-13023 JCR Repository Registration: Fix optional imports (#6)
---
 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: *

Reply via email to