This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-startupfilter.git
commit 9781a600937175179119053c59f2524fbccb6d38 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Mar 6 19:33:36 2017 +0000 add missing Felix SCR annotations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1785747 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 71e1de3..00b18c8 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,11 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.scr.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
