From b9c6469071fd70057fdafe02f7f6effb8ee8ebd5 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期六, 21 十月 2023 21:04:58 +0800 Subject: [PATCH] bug修改 --- ycl-platform/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml index a573f41..c8f0758 100644 --- a/ycl-platform/pom.xml +++ b/ycl-platform/pom.xml @@ -50,6 +50,11 @@ <scope>system</scope> <systemPath>${project.basedir}/src/main/resources/libs/artemis-http-client-1.1.8.jar</systemPath> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + <version>4.5.14</version> + </dependency> </dependencies> <!-- <build>--> -- Gitblit v1.8.0