From a8b458570fea9039e464150da723b9415b95a64c Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 01 二月 2024 16:30:05 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/pom.xml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 7260ed1..fec7ab2 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -10,7 +10,7 @@ <modelVersion>4.0.0</modelVersion> <!-- <packaging>war</packaging>--> <packaging>jar</packaging> - <artifactId>ruoyi-admin-opo-8086</artifactId> + <artifactId>ruoyi-admin</artifactId> <description> web鏈嶅姟鍏ュ彛 @@ -86,6 +86,17 @@ <version>4.5.12</version> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + <version>4.4.9</version> + </dependency> + + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-test</artifactId> + <version>5.2.9.RELEASE</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3