From fc7bd9a35d8279f0a8257444e4ef4a04f6eee8eb Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Mon, 31 May 2021 14:53:50 +0800
Subject: [PATCH] 升级nacos到最新版2.0.1 性能提升
---
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