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/22 12:26:45 UTC

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


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

commit 4b4115e17f4b145cf5451b9e93817059bd0a6cba
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Apr 22 13:33:59 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index bbccff0..456f62d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,9 @@
                         <Bundle-Activator>
                             org.apache.sling.commons.classloader.impl.Activator
                         </Bundle-Activator>
+                        <Provide-Capability>
+                            osgi.service;objectClass=org.apache.sling.commons.classloader.DynamicClassLoaderManager
+                        </Provide-Capability>
                     </instructions>
                 </configuration>
             </plugin>

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