This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.threads-3.2.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git
commit decafa35c71c0ae2e899af620f47c61f00dee072 Author: Robert Munteanu <[email protected]> AuthorDate: Tue May 7 15:13:05 2013 +0000 SLING-2858 - Maven build fails after upgrading to parent 16: No annotation processors found in classpath Add explicit org.apache.felix.scr.annotations dependency where needed. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/threads@1479937 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 6bd993d..f1b42e0 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,10 @@ </reporting> <dependencies> <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.scr.annotations</artifactId> + </dependency> + <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
