diff --git druid-handler/pom.xml druid-handler/pom.xml index b057fff..30398ef 100644 --- druid-handler/pom.xml +++ druid-handler/pom.xml @@ -121,6 +121,11 @@ com.fasterxml.jackson.core jackson-databind + + + com.google.code.findbugs + annotations + diff --git pom.xml pom.xml index 0a55c7c..88410c7 100644 --- pom.xml +++ pom.xml @@ -1124,6 +1124,30 @@ jamon-maven-plugin ${jamon.plugin.version} + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + enforce-banned-dependencies + + enforce + + + + + + + com.google.code.findbugs:annotations + + + + true + + + +