This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git


The following commit(s) were added to refs/heads/master by this push:
     new dcf1f30  SLING-9997 Add missing OSGi capabilities
dcf1f30 is described below

commit dcf1f300910ab2c16780e7f55b7229164b6bc778
Author: Oliver Lietz <[email protected]>
AuthorDate: Mon Dec 21 10:32:27 2020 +0100

    SLING-9997 Add missing OSGi capabilities
---
 bnd.bnd | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bnd.bnd b/bnd.bnd
index f9055a5..25f8cea 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -4,3 +4,6 @@ Import-Package:\
   org.osgi.service.useradmin;resolution:=optional,\
   *
 
+Provide-Capability:\
+  osgi.service;objectClass=org.apache.sling.engine.SlingRequestProcessor,\
+  osgi.service;objectClass=javax.servlet.ServletContext

Reply via email to