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/19 19:24:20 UTC

[sling-org-apache-sling-commons-metrics] branch master updated: SLING-7600 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-metrics.git


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

commit 4037047b04c835e59e1cbfc394e6974486b475dd
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Apr 19 21:23:58 2018 +0200

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

diff --git a/bnd.bnd b/bnd.bnd
index 296043e..3be85ce 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -14,6 +14,10 @@ DynamicImport-Package:\
   org.apache.commons.io.output;version="[2.4.0,3)",\
   org.apache.felix.inventory;version="[1.0.0,2)"
 
+Provide-Capability:\
+  osgi.service;objectClass=com.codahale.metrics.MetricRegistry,\
+  osgi.service;objectClass=org.apache.sling.commons.metrics.MetricsService
+
 -baseline: *
 
 -exportcontents: ${packages;VERSIONED}

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