Author: rombert
Date: Fri May 17 18:59:33 2013
New Revision: 1483951

URL: http://svn.apache.org/r1483951
Log:
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.

Modified:
    sling/trunk/launchpad/testing-war/pom.xml

Modified: sling/trunk/launchpad/testing-war/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/testing-war/pom.xml?rev=1483951&r1=1483950&r2=1483951&view=diff
==============================================================================
--- sling/trunk/launchpad/testing-war/pom.xml (original)
+++ sling/trunk/launchpad/testing-war/pom.xml Fri May 17 18:59:33 2013
@@ -457,6 +457,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.launchpad.integration-tests</artifactId>
              <version>1.0.1-SNAPSHOT</version>


Reply via email to