From ab89a5efcc01561d10b2efd2cb86c5891d41ed14 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Thu, 03 Jun 2021 13:58:05 +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