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 bbd6fde  SLING-9999 - Remove cyclic dependency between scripting and 
servlets features
bbd6fde is described below

commit bbd6fde64a2f3a5ea64c6e85a903d3737e9c1ef5
Author: Radu Cotescu <[email protected]>
AuthorDate: Fri Jan 29 14:46:49 2021 +0100

    SLING-9999 - Remove cyclic dependency between scripting and servlets 
features
    
    * removed optional import of the o.a.s.servlets.resolver.bundle.tracker API
---
 bnd.bnd | 1 -
 1 file changed, 1 deletion(-)

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

Reply via email to