From 8ca49fafa1d27a09e045a9a173a1632e54f4e98d Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 27 May 2013 20:02:54 -0400 Subject: [PATCH] added compile time support for findbugs suppress warning annotation Former-commit-id: 189e2b7c84b49413c141810ac7efca31910eb7e1 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index c99c9925d..ec3739287 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,7 @@ along with DependencyCheck. If not, see . ${project.build.directory}/lib provided + compile @@ -408,6 +409,12 @@ along with DependencyCheck. If not, see . + + com.google.code.findbugs + annotations + 2.0.1 + compile + commons-cli commons-cli