From 5172fb84ccdb2b49c183e7e6dab728e220ff7e41 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Sun, 27 Nov 2022 08:32:44 -0500 Subject: [PATCH] remove unused beanutils dependency --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index dc320c1a08..f3cd223826 100644 --- a/pom.xml +++ b/pom.xml @@ -326,12 +326,6 @@ under the License. ${slf4j.version} test - - commons-beanutils - commons-beanutils - 1.9.4 - -