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:39:02 UTC

[sling-org-apache-sling-jcr-base] branch master updated: SLING-7604 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-jcr-base.git


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

commit f2ab1bae208b10fa03a85c90938fdabee6919811
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Apr 19 22:39:33 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 40642fb..dd3e159 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,10 @@
                         <Bundle-Category>
                             sling,jcr,jackrabbit
                         </Bundle-Category>
+                        <Provide-Capability>
+                            osgi.service;objectClass=javax.jcr.Repository,
+                            osgi.service;objectClass=org.apache.sling.jcr.api.SlingRepository
+                        </Provide-Capability>
                     </instructions>
                 </configuration>
             </plugin>

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