remove duplicate dependency

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1486916 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 49115f1..2720ec8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,9 +171,5 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-        </dependency>
     </dependencies>
 </project>