diff --git a/access-modifier-annotation/pom.xml b/access-modifier-annotation/pom.xml index 56055bc..c822c2c 100644 --- a/access-modifier-annotation/pom.xml +++ b/access-modifier-annotation/pom.xml @@ -26,9 +26,5 @@ junit test - - com.github.spotbugs - spotbugs-annotations - diff --git a/pom.xml b/pom.xml index 2c3af52..630b814 100644 --- a/pom.xml +++ b/pom.xml @@ -110,6 +110,20 @@ + + + com.github.spotbugs + spotbugs-annotations + true + + + com.google.code.findbugs + jsr305 + + + + + repo.jenkins-ci.org