From c24eeca0a9820e6c0e26bca93fb9483dc0f193f1 Mon Sep 17 00:00:00 2001 From: zf <1603559716@qq.com> Date: 星期二, 12 九月 2023 09:07:50 +0800 Subject: [PATCH] 违章 --- ruoyi-common/pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 54060bb..3726c1a 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -139,6 +139,15 @@ <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.2