From 8519055d703c6bc9bddd6d3b35e4ae1b64901b1d Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 16 Dec 2021 16:33:53 -0800 Subject: [PATCH] Exclude JSR 305 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 420c26e..a774057 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,12 @@ com.github.spotbugs spotbugs-annotations true + + + com.google.code.findbugs + jsr305 + +