【修改】word、excel判分逻辑,判分考点首次增加
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user