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-launchpad-test-fragment.git
commit 731fb0465ae2d535adef3ffd1a7a4733527cc270 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@1479937 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 765c627..1fa8e44 100644 --- a/pom.xml +++ b/pom.xml @@ -68,4 +68,11 @@ </plugin> </plugins> </build> + + <dependencies> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.scr.annotations</artifactId> + </dependency> + </dependencies> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
