From 1c43155226de159eaf788de45f6408ba089d7871 Mon Sep 17 00:00:00 2001 From: Looly Date: Wed, 18 Nov 2020 01:44:07 +0800 Subject: [PATCH] fix denpendency --- hutool-extra/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index 3a1db5418..14841d742 100644 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -382,6 +382,13 @@ compile true + + + commons-beanutils + commons-beanutils + 1.9.4 + test + org.apache.commons commons-jexl3