From efaaacabb014ee38ccc41f1776bd82e706670cce Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Fri, 24 Dec 2021 15:47:48 +0800
Subject: [PATCH] 优化代码生成字典组重复问题
---
pom.xml | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 50ebfbf..00ee34e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,13 +33,14 @@
<commons.io.version>2.11.0</commons.io.version>
<commons.fileupload.version>1.4</commons.fileupload.version>
<velocity.version>2.3</velocity.version>
- <fastjson.version>1.2.78</fastjson.version>
+ <fastjson.version>1.2.79</fastjson.version>
<jjwt.version>0.9.1</jjwt.version>
<minio.version>8.2.2</minio.version>
<poi.version>4.1.2</poi.version>
<common-pool.version>2.10.0</common-pool.version>
<commons-collections.version>3.2.2</commons-collections.version>
<transmittable-thread-local.version>2.12.2</transmittable-thread-local.version>
+ <log4j2.version>2.17.0</log4j2.version>
</properties>
<!-- 依赖声明 -->
@@ -190,6 +191,19 @@
<version>${common-pool.version}</version>
</dependency>
+ <!-- log4j日志组件 -->
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <version>${log4j2.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-to-slf4j</artifactId>
+ <version>${log4j2.version}</version>
+ </dependency>
+
<!-- 核心模块 -->
<dependency>
<groupId>com.ruoyi</groupId>
--
Gitblit v1.9.3