You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/04/21 22:35:12 UTC

[sling-org-apache-sling-commons-threads] 02/02: SLING-7606 Add missing OSGi capabilities

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

commit df279b022af2409f9aba82769ad79d7f4159734e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Apr 22 00:34:57 2018 +0200

    SLING-7606 Add missing OSGi capabilities
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4a0aa61..42d16a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,10 @@
                         <Bundle-Activator>
                             org.apache.sling.commons.threads.impl.Activator
                         </Bundle-Activator>
+                        <Provide-Capability>
+                            osgi.service;objectClass=org.apache.sling.commons.threads.ThreadPoolManager,
+                            osgi.service;objectClass=org.apache.sling.commons.threads.jmx.ThreadPoolMBean
+                        </Provide-Capability>
                     </instructions>
                 </configuration>
             </plugin>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.