From d53bca3ada4eb6fca2bbd3b9cd0fe77b2a697237 Mon Sep 17 00:00:00 2001 From: "DESKTOP-DDTUS3E\\yaxin" <daixiaoyi0622@gmail.com> Date: Tue, 26 Nov 2024 17:22:04 +0800 Subject: [PATCH] =?UTF-8?q?fastjson=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 191ce8f..8eb106a 100644 --- a/pom.xml +++ b/pom.xml @@ -180,6 +180,14 @@ <version>2.4.0</version> </dependency> + <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson --> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>fastjson</artifactId> + <version>1.2.83_noneautotype</version> + </dependency> + + </dependencies> <dependencyManagement>