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 20:09:34 UTC

[sling-org-apache-sling-settings] branch master updated: SLING-7601 Add missing OSGi capability

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-settings.git


The following commit(s) were added to refs/heads/master by this push:
     new 37e671d  SLING-7601 Add missing OSGi capability
37e671d is described below

commit 37e671d7779d3731b0234fbfc5ecd26e307a04df
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Apr 19 22:08:49 2018 +0200

    SLING-7601 Add missing OSGi capability
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 69d8760..693cb02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,9 @@
                             org.apache.felix.shell;resolution:=optional, 
                             *
                         </Import-Package>
+                        <Provide-Capability>
+                            osgi.service;objectClass=org.apache.sling.settings.SlingSettingsService
+                        </Provide-Capability>
                     </instructions>
                 </configuration>
             </plugin>

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