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-jobs-it-services.git
commit 689c993ee2730b05e99ad53d096d4015d99c0375 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Mar 10 20:47:28 2017 +0000 add missing Felix SCR annotations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1786442 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index e2f7b88..470bc11 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,11 @@ <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> <!-- Testing --> <dependency> <groupId>junit</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
