Repository: qpid-broker-j
Updated Branches:
  refs/heads/7.0.x ea7493401 -> 8f7b34806


QPID-8023: [Broker-J] Remove com.google.code.findbugs:jsr305 dependency

(cherry picked from commit 3943978d04d0f971360e2c98aff0bfdbab897938)


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/8f7b3480
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/8f7b3480
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/8f7b3480

Branch: refs/heads/7.0.x
Commit: 8f7b3480697c96bafdf3188426461a1c7537fb5b
Parents: ecb83b0
Author: Alex Rudyy <oru...@apache.org>
Authored: Wed Nov 8 15:42:16 2017 +0000
Committer: Alex Rudyy <oru...@apache.org>
Committed: Wed Nov 8 15:49:14 2017 +0000

----------------------------------------------------------------------
 .../main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 2 --
 .../main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 2 --
 pom.xml                                                          | 4 ++++
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/8f7b3480/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
----------------------------------------------------------------------
diff --git 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index f4a6df9..b99c4c2 100644
--- 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -25,8 +25,6 @@ Apache Qpid Broker-J Bundles
 
 
 From: 'an unknown organization'
-  - FindBugs-jsr305 (http://findbugs.sourceforge.net/) 
com.google.code.findbugs:jsr305:jar:1.3.9
-    License: The Apache Software License, Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0.txt)
   - Guava: Google Core Libraries for Java 
(https://github.com/google/guava/guava) com.google.guava:guava:bundle:22.0
     License: The Apache Software License, Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0.txt)
   - bcel  org.apache.bcel:bcel:jar:5.2

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/8f7b3480/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
----------------------------------------------------------------------
diff --git 
a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE 
b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index 6396340..a4476a7 100644
--- a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -25,8 +25,6 @@ Apache Qpid Broker-J Performance Tests
 
 
 From: 'an unknown organization'
-  - FindBugs-jsr305 (http://findbugs.sourceforge.net/) 
com.google.code.findbugs:jsr305:jar:1.3.9
-    License: The Apache Software License, Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0.txt)
   - Guava: Google Core Libraries for Java 
(https://github.com/google/guava/guava) com.google.guava:guava:bundle:22.0
     License: The Apache Software License, Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0.txt)
 

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/8f7b3480/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0718006..1262002 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,6 +450,10 @@
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>animal-sniffer-annotations</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to