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@1483951 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 65af36b..10ccbd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>