SLING-7769 osgi-mock: Remove compile dependencies to findbugs and animal sniffer annotations
diff --git a/pom.xml b/pom.xml
index 2699f34..f9331a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,10 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-simple</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.google.code.findbugs</groupId>
+                    <artifactId>annotations</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
@@ -131,6 +135,12 @@
             <artifactId>org.apache.felix.scr</artifactId>
             <version>2.0.4</version>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>animal-sniffer-annotations</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     
         <dependency>