From 4ac741b8c15973710727ef8313432eea5a5774d1 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 05 十月 2023 11:13:39 +0800 Subject: [PATCH] 添加帮助类的依赖工具 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 9f562fe..a1ea8d8 100644 --- a/pom.xml +++ b/pom.xml @@ -149,6 +149,12 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> + <!--fast-md5--> + <dependency> + <groupId>com.joyent.util</groupId> + <artifactId>fast-md5</artifactId> + <version>2.7.1</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3