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-models-impl.git
The following commit(s) were added to refs/heads/master by this push:
new 13b81a7 SLING-7603 Add missing OSGi capabilities
13b81a7 is described below
commit 13b81a714ab1e14d6b7315a59184d57a42d91c41
Author: Oliver Lietz <[email protected]>
AuthorDate: Thu Apr 19 22:28:53 2018 +0200
SLING-7603 Add missing OSGi capabilities
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 20301cf..323592b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,12 @@
!org.apache.sling.scripting.core.impl.helper,
*
</Import-Package>
+ <Provide-Capability>
+ osgi.service;objectClass=java.lang.Runnable,
+ osgi.service;objectClass=javax.servlet.Servlet,
+
osgi.service;objectClass=org.apache.sling.api.adapter.AdapterFactory,
+
osgi.service;objectClass=org.apache.sling.models.factory.ModelFactory
+ </Provide-Capability>
</instructions>
</configuration>
</plugin>
--
To stop receiving notification emails like this one, please contact
[email protected].