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-commons-fsclassloader.git


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

commit d8ca2f5b1a00f57de368c4902537b1bf3a5a7a7a
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Oct 8 08:22:40 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index a9f4754..6464760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,13 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Import-Package>
+                            org.apache.felix.webconsole;resolution:=optional,*
+                        </Import-Package>
+                    </instructions>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.rat</groupId>

Reply via email to