From 2feae7619f75421d5b026cbb878420663c1a81b8 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 02 七月 2024 16:08:30 +0800 Subject: [PATCH] avatar add headers --- ruoyi-common/pom.xml | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 278434b..56c3f81 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi</artifactId> <groupId>com.ruoyi</groupId> - <version>3.7.0</version> + <version>3.8.8</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -58,23 +58,17 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> - + <!-- 阿里JSON解析器 --> <dependency> - <groupId>com.alibaba</groupId> - <artifactId>fastjson</artifactId> + <groupId>com.alibaba.fastjson2</groupId> + <artifactId>fastjson2</artifactId> </dependency> <!-- io常用工具类 --> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - </dependency> - - <!-- 文件上传工具类 --> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> </dependency> <!-- excel工具 --> -- Gitblit v1.9.2