From af1b557bc8db65b45390aa4895fe2b6fc3445b28 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 12 Oct 2021 09:01:05 +0800
Subject: [PATCH] 若依 3.2.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..21d5b7e 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.2.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