From 93454e587d00e57eb4d8c8560c99b6dc20de419e Mon Sep 17 00:00:00 2001 From: Leo Yim Date: Thu, 11 May 2023 20:58:31 +0800 Subject: [PATCH] Update pom.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod问题 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 1455e8a..e5cc246 100644 --- a/pom.xml +++ b/pom.xml @@ -88,5 +88,10 @@ 4.13.2 test + + commons-httpclient + commons-httpclient + 3.1 +