From 3501209badca1c4d38e4ca7d0ddc45d2977e34e0 Mon Sep 17 00:00:00 2001 From: Kazuaki Ishizaki Date: Fri, 3 Aug 2018 22:24:21 +0100 Subject: [PATCH] add spotbugs 3.1.6 --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index be84661a50dcc..449556a444d72 100644 --- a/pom.xml +++ b/pom.xml @@ -2609,6 +2609,28 @@ + + com.github.spotbugs + spotbugs-maven-plugin + 3.1.6 + + ${basedir}/target/scala-${scala.binary.version}/classes + ${basedir}/target/scala-${scala.binary.version}/test-classes + Max + Low + true + FindPuzzlers + true + + + + + check + + compile + + +