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-mom.git
commit 141ee788467760c01dd301a44cbe4889189267f1 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Mar 10 20:45:17 2017 +0000 add missing Felix SCR annotations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1786439 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index b9c620b..dc7c4cf 100644 --- a/pom.xml +++ b/pom.xml @@ -84,5 +84,10 @@ <artifactId>jsr305</artifactId> <version>2.0.1</version> </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.scr.annotations</artifactId> + <scope>provided</scope> + </dependency> </dependencies> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
