This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.jackrabbit.usermanager-2.2.6 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-usermanager.git
commit 79d411a0831dd997ff9ee36db1b6db1821f07062 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Mar 6 18:18:13 2017 +0000 add missing Felix SCR annotations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jackrabbit-usermanager@1785714 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 3cfc1eb..92df865 100644 --- a/pom.xml +++ b/pom.xml @@ -122,6 +122,11 @@ <artifactId>osgi.core</artifactId> </dependency> <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.scr.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.resource</artifactId> <version>2.9.0</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
