From 80784a44c5e25f09b6adb9ac8ac5654da8a12128 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: 83d178ebafafe8ffc1f10b91d7336490c046990b --- 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