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-classloader.git
The following commit(s) were added to refs/heads/master by this push:
new ca7e620 SLING-7609 Add missing OSGi capability
ca7e620 is described below
commit ca7e62095d9a7742a26492b4a031e6a4f7317e80
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Apr 22 13:37:54 2018 +0200
SLING-7609 Add missing OSGi capability
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index a3e8957..7fcfad1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,10 @@
<Private-Package>
org.apache.sling.jcr.classloader.internal.*
</Private-Package>
+ <!-- remove when upgrading to bnd Maven plugin -->
+ <Provide-Capability>
+
osgi.service;objectClass=org.apache.sling.commons.classloader.ClassLoaderWriter
+ </Provide-Capability>
</instructions>
</configuration>
</plugin>
--
To stop receiving notification emails like this one, please contact
[email protected].