From 1ed627798e91972f8fec9a4530e3ff2b86040297 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 02 Jun 2021 21:39:43 +0800
Subject: [PATCH] 修复表单构建选择下拉选择控制台报错问题
---
ruoyi-modules/ruoyi-gen/pom.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml
index 87be4b7..c22e9cc 100644
--- a/ruoyi-modules/ruoyi-gen/pom.xml
+++ b/ruoyi-modules/ruoyi-gen/pom.xml
@@ -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