This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-contentloader.git
The following commit(s) were added to refs/heads/master by this push:
new 62927d0 SLING-11012 make Oak package imports optional
62927d0 is described below
commit 62927d0db003c687ca296f9e912b1fda1fd7dc6a
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Dec 16 08:55:50 2021 +0100
SLING-11012 make Oak package imports optional
---
bnd.bnd | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bnd.bnd b/bnd.bnd
index cb330c5..5d24a88 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -7,6 +7,7 @@ Bundle-Category:\
@kxml2-*.jar,\
@org.apache.sling.jcr.contentparser-*.jar!/org/apache/sling/jcr/contentparser/impl/JsonTicksConverter.class
-# healthcheck support is optional
+# healthcheck support and Oak is optional
Import-Package: org.apache.felix.hc.api;resolution:=optional,\
+ org.apache.jackrabbit.oak.*;resolution:=optional,\
*