From 07811b50245ef65c3220a0b3af4a69c9b1e1f88f Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Fri, 17 Dec 2021 12:34:44 -0800 Subject: [PATCH] Work around issues on 2.222.x, 2.235.x, and 2.289.x (#477) --- pom.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/pom.xml b/pom.xml index f553d2050c..d3bf6a0e2f 100644 --- a/pom.xml +++ b/pom.xml @@ -563,6 +563,70 @@ com.google.code.findbugs:jsr305 net.java.dev.jna:jna org.kohsuke:access-modifier-annotation + + com.github.spotbugs:spotbugs-annotations + + org.ow2.asm:asm