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-commons-contentdetection.git
commit 4eb24396d9f7aa44076e29c41b9992d5b720b853 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Mar 6 17:37:50 2017 +0000 add missing Felix SCR and bnd annotations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1785702 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eea01f3..2d14f3a 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,16 @@ <artifactId>osgi.core</artifactId> <scope>provided</scope> </dependency> - + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.scr.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>biz.aQute.bnd</groupId> + <artifactId>biz.aQute.bndlib</artifactId> + <scope>provided</scope> + </dependency> <!-- Sling Dependencies--> <dependency> <version>2.1.8</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
