From 4106f50a2b36fb292fd9cc356cf309b2ff1ccc9e Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 28 十一月 2023 17:55:57 +0800
Subject: [PATCH] 解决Controller输出json时未采用fastjson2,原因是FastJsonConfig未实现指定接口。在解决问题过程中发现一些依赖可以排除掉

---
 pipIrr-platform/pipIrr-mw/pom.xml |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/pipIrr-platform/pipIrr-mw/pom.xml b/pipIrr-platform/pipIrr-mw/pom.xml
index 9ce1ec9..379d653 100644
--- a/pipIrr-platform/pipIrr-mw/pom.xml
+++ b/pipIrr-platform/pipIrr-mw/pom.xml
@@ -76,9 +76,8 @@
             <artifactId>jackson-dataformat-yaml</artifactId>
             <exclusions>
                 <exclusion>
-                    <!-- 鎺掗櫎鎺変緷璧� -->
-                    <groupId>com.fasterxml.jackson.core</groupId>
-                    <artifactId>jackson-databind</artifactId>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>

--
Gitblit v1.8.0