From d28f81dc68c402cf9a4fd29b737fecb7a7a76e57 Mon Sep 17 00:00:00 2001
From: runphp <runphp@qq.com>
Date: Sat, 11 Jun 2022 09:13:30 +0800
Subject: [PATCH] 去除多余的逗号
---
ruoyi-modules/ruoyi-gen/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml
index c22e9cc..4a9bd40 100644
--- a/ruoyi-modules/ruoyi-gen/pom.xml
+++ b/ruoyi-modules/ruoyi-gen/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-modules</artifactId>
- <version>2.5.0</version>
+ <version>3.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -51,7 +51,7 @@
<!-- Apache Velocity -->
<dependency>
<groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
+ <artifactId>velocity-engine-core</artifactId>
</dependency>
<!-- Commons Collections -->
--
Gitblit v1.9.3