Skip to content

Commit

Permalink
Merge pull request #6439 from MishaDemianenko/3.0-findbugs-fix
Browse files Browse the repository at this point in the history
Findbugs configuration cleanup
  • Loading branch information
systay committed Feb 18, 2016
2 parents d23d9b8 + 40cdad1 commit d07acc4
Show file tree
Hide file tree
Showing 103 changed files with 57 additions and 21,359 deletions.
510 changes: 0 additions & 510 deletions community/bolt/LICENSES.txt

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions community/bolt/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Third-party licenses
Apache Software License, Version 2.0
Apache Commons Lang
ConcurrentLinkedHashMap
FindBugs-jsr305
Lucene Common Analyzers
Lucene Core
Lucene Memory
Expand All @@ -49,6 +48,3 @@ Bouncy Castle License
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs
Bouncy Castle Provider

GNU Lesser General Public License, Version 2.1
FindBugs-Annotations

717 changes: 0 additions & 717 deletions community/collections/LICENSES.txt

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions community/collections/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ Full license texts are found in LICENSES.txt.
Third-party licenses
--------------------

Apache Software License, Version 2.0
FindBugs-jsr305

GNU Lesser General Public License, Version 2.1
FindBugs-Annotations

717 changes: 0 additions & 717 deletions community/common/LICENSES.txt

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions community/common/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ Full license texts are found in LICENSES.txt.
Third-party licenses
--------------------

Apache Software License, Version 2.0
FindBugs-jsr305

GNU Lesser General Public License, Version 2.1
FindBugs-Annotations

7 changes: 0 additions & 7 deletions community/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,9 @@ the relevant Commercial Agreement.
</licenses>

<dependencies>
<!-- TODO: Is there a way avoid this as a runtime dependency? -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
510 changes: 0 additions & 510 deletions community/consistency-check-legacy/LICENSES.txt

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions community/consistency-check-legacy/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ Third-party licenses

Apache Software License, Version 2.0
Apache Commons Lang
FindBugs-jsr305
Lucene Common Analyzers
Lucene Core
Lucene Memory
Lucene QueryParsers

GNU Lesser General Public License, Version 2.1
FindBugs-Annotations

5 changes: 5 additions & 0 deletions community/consistency-check-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ the relevant Commercial Agreement.
<version>${neo4j.version}</version>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
510 changes: 0 additions & 510 deletions community/consistency-check/LICENSES.txt

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions community/consistency-check/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ Third-party licenses

Apache Software License, Version 2.0
Apache Commons Lang
FindBugs-jsr305
Lucene Common Analyzers
Lucene Core
Lucene Memory
Lucene QueryParsers

GNU Lesser General Public License, Version 2.1
FindBugs-Annotations

5 changes: 5 additions & 0 deletions community/consistency-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ the relevant Commercial Agreement.
<version>${neo4j.version}</version>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
717 changes: 0 additions & 717 deletions community/csv/LICENSES.txt

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions community/csv/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ Full license texts are found in LICENSES.txt.
Third-party licenses
--------------------

Apache Software License, Version 2.0
FindBugs-jsr305

GNU Lesser General Public License, Version 2.1
FindBugs-Annotations

4 changes: 4 additions & 0 deletions community/csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ the relevant Commercial Agreement.

<dependencies>
<!-- main dependencies -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-primitive-collections</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions community/cypher/acceptance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,10 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
</dependency>

</dependencies>
</project>

0 comments on commit d07acc4

Please sign in to comment.