From c8499e6ad13655ec207b3ff0e02587d8af2a67a8 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 5 Aug 2021 03:17:43 +0000 Subject: [PATCH] Add findbuge dependency for Nullable annotations --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 03201f28..42e628a7 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,12 @@ RELEASE compile + + com.google.code.findbugs + jsr305 + 3.0.2 + compile + 1.8 -- 2.30.2