Repository: incubator-tamaya Updated Branches: refs/heads/master 8745dd246 -> 54d50a89a
TAMAYA-361 Remove useless findbugs dep. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/b2ad0d80 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/b2ad0d80 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/b2ad0d80 Branch: refs/heads/master Commit: b2ad0d80ac2363e5b7c55578118e2241a46c16a6 Parents: 8745dd2 Author: Anatole Tresch <[email protected]> Authored: Mon Nov 19 23:41:31 2018 +0100 Committer: Anatole Tresch <[email protected]> Committed: Mon Nov 19 23:41:31 2018 +0100 ---------------------------------------------------------------------- pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/b2ad0d80/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4867d54..e882d25 100644 --- a/pom.xml +++ b/pom.xml @@ -235,12 +235,6 @@ <version>${junit.version}</version> <scope>test</scope> </dependency> - <!-- quality gates --> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>${findbugs.version}</version> - </dependency> <!-- JSON Specs --> <dependency> <groupId>org.apache.geronimo.specs</groupId>
