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-discovery-oak.git
The following commit(s) were added to refs/heads/master by this push:
new 8a7073d SLING-7983 : Make dependency to web console optional
8a7073d is described below
commit 8a7073d40fe610f5b3393206bf892da8d3b3f48b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Oct 8 08:31:47 2018 +0200
SLING-7983 : Make dependency to web console optional
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9ed396f..77c5593 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,10 @@
<extensions>true</extensions>
<configuration>
<instructions>
+ <Import-Package>
+ <!-- WebConsole support is optional -->
+ org.apache.felix.webconsole;resolution:=optional,*
+ </Import-Package>
<Embed-Dependency>
commons-net;inline=org/apache/commons/net/util/SubnetUtils*
</Embed-Dependency>