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/05/06 10:36:02 UTC

[sling-org-apache-sling-discovery-impl] branch master updated: SLING-7653 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-discovery-impl.git


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

commit f5c7576876527dd08b9e31366673d978d7507ef7
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun May 6 12:33:41 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index e9de7d1..fb6732e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,10 @@
 		            <Embed-Dependency>
 		              commons-net;inline=org/apache/commons/net/util/SubnetUtils*
 		            </Embed-Dependency>
+                <!-- remove when upgrading to bnd Maven plugin -->
+                <Provide-Capability><![CDATA[
+                  osgi.service;objectClass:List<String>="org.apache.sling.discovery.impl.Config,org.apache.sling.discovery.base.connectors.BaseConfig,org.apache.sling.discovery.commons.providers.spi.base.DiscoveryLiteConfig"
+                ]]></Provide-Capability>
 		          </instructions>
 		        </configuration>
             </plugin>

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