From 2b3820223cfff97335eaff4276f9c19babba05ab Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 05 Jan 2021 10:30:05 +0800
Subject: [PATCH] 修复IE11浏览器报错问题
---
ruoyi-modules/ruoyi-system/pom.xml | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml
index 4d6fd94..02efebe 100644
--- a/ruoyi-modules/ruoyi-system/pom.xml
+++ b/ruoyi-modules/ruoyi-system/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-modules</artifactId>
- <version>2.3.0</version>
+ <version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -54,7 +54,13 @@
<artifactId>mysql-connector-java</artifactId>
</dependency>
- <!-- RuoYi Common Datascope -->
+ <!-- RuoYi Common DataSource -->
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>ruoyi-common-datasource</artifactId>
+ </dependency>
+
+ <!-- RuoYi Common DataScope -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-datascope</artifactId>
--
Gitblit v1.9.3