From 8d4ac58c1f94dffae6140432d728c2e01daeab19 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Tue, 9 Apr 2024 15:13:54 -0700 Subject: [PATCH] Work around ASM require upper bound dependencies error (#916) --- pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/pom.xml b/pom.xml index f147ed145c..00fd75e2ac 100644 --- a/pom.xml +++ b/pom.xml @@ -606,6 +606,57 @@ com.google.code.findbugs:jsr305 + + org.ow2.asm:asm + org.ow2.asm:asm-analysis + org.ow2.asm:asm-commons + org.ow2.asm:asm-tree + org.ow2.asm:asm-util