【修改】word、excel判分逻辑,判分考点首次增加

This commit is contained in:
huababa1
2025-08-14 19:41:53 +08:00
parent 762174fe5c
commit 2f504a0ebd
32 changed files with 9442 additions and 236 deletions

11
pom.xml
View File

@@ -99,11 +99,6 @@
<artifactId>commons-compress</artifactId>
<version>1.26.0</version> <!-- 或使用最新版本 -->
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
@@ -176,6 +171,12 @@
<artifactId>docx4j-JAXB-Internal</artifactId>
<version>8.3.9</version>
</dependency>
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-JAXB-ReferenceImpl</artifactId>
<version>11.4.9</version>
</dependency>
</dependencies>
<build>