From ab870561f2996804d8fb8fa61b25641ea4f42f36 Mon Sep 17 00:00:00 2001 From: zf <1603559716@qq.com> Date: 星期四, 07 九月 2023 16:31:57 +0800 Subject: [PATCH] ceshi --- ruoyi-common/pom.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 54060bb..4b89e39 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -139,6 +139,16 @@ <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> + <!--httpclient--> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <!--gson--> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.2