From 24be1a436efadf22ada78bb569c9f2f79a07e0c1 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Sun, 01 Aug 2021 09:01:15 +0800
Subject: [PATCH] 若依 3.1.0
---
ruoyi-modules/ruoyi-gen/pom.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml
index 87be4b7..0eeb170 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.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -54,6 +54,12 @@
<artifactId>velocity</artifactId>
</dependency>
+ <!-- Commons Collections -->
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+
<!-- Mysql Connector -->
<dependency>
<groupId>mysql</groupId>
--
Gitblit v1.9.3