This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.security-1.1.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-security.git
commit 8ee298c862ed33fabbeda10fdcd7d494eb775ce2 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Mar 6 19:00:48 2017 +0000 add missing Felix SCR annotations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/security@1785732 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 379eefd..4dd1bea 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,11 @@ <scope>provided</scope> </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.api</artifactId> <version>2.1.0</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
