From 6f757a1579dfbd83d7dbec118c4fd151a14c8f32 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期六, 21 十月 2023 21:05:08 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server --- 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