From d9b9f0b3d3b9917b9c85210d6227bfb9d444e622 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 22 二月 2022 21:37:48 +0800 Subject: [PATCH] fix 修复测试账号 邮箱重复导致的问题 --- ruoyi-admin/pom.xml | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 966e065..ea4183b 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>3.2.0</version> + <version>4.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> @@ -40,12 +40,6 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi-system</artifactId> </dependency> - - <!-- 瀹氭椂浠诲姟 @deprecated 3.4.0鍒犻櫎 杩佺Щ鑷硏xl-job --> -<!-- <dependency>--> -<!-- <groupId>com.ruoyi</groupId>--> -<!-- <artifactId>ruoyi-quartz</artifactId>--> -<!-- </dependency>--> <dependency> <groupId>com.ruoyi</groupId> @@ -92,7 +86,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.2.0</version> + <version>3.2.2</version> <configuration> <failOnMissingWebXml>false</failOnMissingWebXml> <warName>${project.artifactId}</warName> @@ -120,4 +114,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3