You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/09/08 13:15:16 UTC

[sling-org-apache-sling-scripting-core] branch master updated: SLING-9693 - Make org.apache.sling.servlets.resolver.bundle.tracker an optional import for scripting.core

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a88e41  SLING-9693 - Make org.apache.sling.servlets.resolver.bundle.tracker an optional import for scripting.core
7a88e41 is described below

commit 7a88e413552e2eade9eba57e4664639683c08765
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Sep 8 15:14:34 2020 +0200

    SLING-9693 - Make org.apache.sling.servlets.resolver.bundle.tracker an optional import for scripting.core
    
    * made API import optional
---
 bnd.bnd | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bnd.bnd b/bnd.bnd
index 8b0ecc2..07c06f2 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,5 +1,7 @@
 Import-Package:\
-  org.apache.felix.webconsole;resolution:=optional,*
+  org.apache.felix.webconsole;resolution:=optional,\
+  org.apache.sling.servlets.resolver.bundle.tracker;resolution:=optional,\
+  *
 
 Conditional-Package:\
   org.apache.felix.utils.json.*