From 3dfe99a609b364d84d6a8ee46768345923318ad9 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Mon, 11 May 2026 10:34:58 +0800
Subject: [PATCH] 修改
---
exam-common/pom.xml | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/exam-common/pom.xml b/exam-common/pom.xml
index 4fc1fb9..36da6f1 100644
--- a/exam-common/pom.xml
+++ b/exam-common/pom.xml
@@ -104,6 +104,14 @@
<artifactId>fastjson2</artifactId>
</dependency>
<dependency>
+ <groupId>com.alibaba.fastjson2</groupId>
+ <artifactId>fastjson2-extension</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.alibaba.fastjson2</groupId>
+ <artifactId>fastjson2-extension-spring5</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
@@ -119,6 +127,31 @@
<groupId>net.bramp.ffmpeg</groupId>
<artifactId>ffmpeg</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-scratchpad</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.pdfbox</groupId>
+ <artifactId>pdfbox</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-ooxml</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org</groupId>
+ <artifactId>jaudiotagger</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>easyexcel</artifactId>
+ </dependency>
+
</dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.9.2