You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2018/07/08 09:10:41 UTC

[sling-org-apache-sling-testing-osgi-mock] branch master updated: SLING-7769 osgi-mock: Remove compile dependencies to findbugs and animal sniffer annotations

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git


The following commit(s) were added to refs/heads/master by this push:
     new 06443ce  SLING-7769 osgi-mock: Remove compile dependencies to findbugs and animal sniffer annotations
06443ce is described below

commit 06443ce3b43f09083fdb61bea8ee49d2f51bbfa4
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Sun Jul 8 11:10:33 2018 +0200

    SLING-7769 osgi-mock: Remove compile dependencies to findbugs and animal sniffer annotations
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

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>