Add dep on Apache-licensed findbugs-annotations implementation Very useful library, previously unavailable under an acceptable license. This is a compatible library reimplemented, discussed and now used by many Apache projects, including Avro, Falcon, Geode, HBase, Nifi, and Rya.
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/ff54534e Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/ff54534e Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/ff54534e Branch: refs/heads/master Commit: ff54534edfd9e045d5c253d92272bcddbda0eda3 Parents: f7aa41a Author: Kenneth Knowles <[email protected]> Authored: Thu Oct 19 15:07:12 2017 -0700 Committer: Kenneth Knowles <[email protected]> Committed: Fri Oct 20 12:43:38 2017 -0700 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/ff54534e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3509407..72e4c94 100644 --- a/pom.xml +++ b/pom.xml @@ -137,6 +137,7 @@ <hamcrest.version>1.3</hamcrest.version> <jackson.version>2.8.9</jackson.version> <findbugs.version>3.0.1</findbugs.version> + <findbugs.annotations.version>1.3.9-1</findbugs.annotations.version> <joda.version>2.4</joda.version> <junit.version>4.12</junit.version> <mockito.version>1.9.5</mockito.version> @@ -1037,6 +1038,12 @@ </dependency> <dependency> + <groupId>com.github.stephenc.findbugs</groupId> + <artifactId>findbugs-annotations</artifactId> + <version>${findbugs.annotations.version}</version> + </dependency> + + <dependency> <groupId>com.google.cloud.bigdataoss</groupId> <artifactId>gcsio</artifactId> <version>${google-cloud-bigdataoss.version}</version>
