This is an automated email from the ASF dual-hosted git repository.
cziegeler 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 8626afd SLING-7984 : Make dependency to web console optional
8626afd is described below
commit 8626afd009fd27dc8b107d0f29fc219373afa7d0
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Oct 8 08:32:05 2018 +0200
SLING-7984 : Make dependency to web console optional
---
bnd.bnd | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bnd.bnd b/bnd.bnd
index d1df79a..39d942e 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -8,6 +8,9 @@ Bundle-License: Apache License, Version 2.0
Bundle-Vendor: The Apache Software Foundation
+Import-Package:\
+ org.apache.felix.webconsole;resolution:=optional,*
+
Conditional-Package:\
org.apache.felix.utils.json.*