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-scripting-xproc.git
commit 4a81736f919ec4b297735ad9776def76c945b9db Author: Robert Munteanu <[email protected]> AuthorDate: Tue May 7 15:18:45 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@1479939 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index be5b432..69f9220 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,10 @@ <dependencies> <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.scr.annotations</artifactId> + </dependency> + <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> <version>2.0.8</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
