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-installer-factory-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new fd459da  SLING-11889 : Make dependency on javax.servlet optional
fd459da is described below

commit fd459daca46c60aeac53c33e699a8973111ba4cf
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon May 6 11:01:52 2024 +0200

    SLING-11889 : Make dependency on javax.servlet optional
---
 bnd.bnd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bnd.bnd b/bnd.bnd
index 6fa6aa1..e94d050 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -3,4 +3,5 @@ Import-Package: !org.osgi.service.metatype, \
   javax.servlet;resolution:=optional,\
   *
 DynamicImport-Package: org.osgi.service.metatype, \
-  org.apache.felix.webconsole.spi
+  org.apache.felix.webconsole.spi, \
+  javax.servlet

Reply via email to