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-caconfig-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new bf6a09b  SLING-7982 : Make dependency to web console optional
bf6a09b is described below

commit bf6a09b5dc9b937428338da1bfe248d0c9787aa5
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Oct 8 08:26:04 2018 +0200

    SLING-7982 : Make dependency to web console optional
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5ae8488..3f9e18a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,8 @@
                 <configuration>
                     <instructions>
                         <Import-Package>
+                          <!-- WebConsole support is optional -->
+                          org.apache.felix.webconsole;resolution:=optional,
                           <!-- Support XSS API 1.x and 2.x - we use only 
classes from the API with same signature in both versions -->
                           org.apache.sling.xss;version="[1.0.0,3)",
                           <!-- Remove those package imports because embedded 
and relocated via shade plugin (see below) -->

Reply via email to