From bb02738761eca59d5147f75445bb31d675b22fbc Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Thu, 24 Jan 2019 12:26:56 +0200 Subject: [PATCH] Switch to spotbugs instead of findbugs. It's the comunity project now. Change-Id: I8597b05f7f1f0e16bd34d0d115fe735c19ede5fa Signed-off-by: Alexander Kurtakov --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bf29ed0ea76..0a6418368a2 100644 --- a/pom.xml +++ b/pom.xml @@ -310,9 +310,9 @@ 1.8 - org.codehaus.mojo - findbugs-maven-plugin - 3.0.5 + com.github.spotbugs + spotbugs-maven-plugin + 3.1.10 true false