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-serviceusermapper.git
The following commit(s) were added to refs/heads/master by this push:
new ab22a95 SLING-7602 Add missing OSGi capability
ab22a95 is described below
commit ab22a95fc89d291f1c57ab62fd5edcc0cf0f103e
Author: Oliver Lietz <[email protected]>
AuthorDate: Thu Apr 19 22:20:14 2018 +0200
SLING-7602 Add missing OSGi capability
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index c9e31da..3c81cb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,9 @@
<Embed-Dependency>
org.apache.felix.utils;inline=org/apache/felix/utils/json/JSONWriter**
</Embed-Dependency>
+ <Provide-Capability>
+
osgi.service;objectClass=org.apache.sling.serviceusermapping.ServiceUserMapped
+ </Provide-Capability>
</instructions>
</configuration>
</plugin>
--
To stop receiving notification emails like this one, please contact
[email protected].