From 3326b8c5a5b9a2133729e4cce8298cb549995f45 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 18 六月 2025 16:33:10 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/pom.xml | 37 ++++++++++++++++++++++++------------- 1 files changed, 24 insertions(+), 13 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 4ce1277..a13774e 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -8,9 +8,9 @@ <version>3.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> -<!-- <packaging>war</packaging>--> + <!-- <packaging>war</packaging>--> <packaging>jar</packaging> - <artifactId>ruoyi-admin-opo</artifactId> + <artifactId>opo-admin</artifactId> <description> web鏈嶅姟鍏ュ彛 @@ -45,7 +45,7 @@ <version>3.0.3</version> </dependency> - <!-- Mysql椹卞姩鍖� --> + <!-- Mysql椹卞姩鍖� --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> @@ -81,11 +81,22 @@ </dependency> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>4.5.12</version> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <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> @@ -105,17 +116,17 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>3.1.0</version> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>3.1.0</version> <configuration> <failOnMissingWebXml>false</failOnMissingWebXml> <warName>${project.artifactId}</warName> - </configuration> - </plugin> + </configuration> + </plugin> </plugins> <finalName>${project.artifactId}</finalName> </build> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3