feiyu02
2025-09-30 94fee0b511279679b43e210878d3d36e5a14384b
pom.xml
@@ -267,6 +267,31 @@
            <artifactId>commons-lang3</artifactId>
            <version>3.17.0</version>
        </dependency>
<!--        <dependency>-->
<!--            <groupId>org.docx4j</groupId>-->
<!--            <artifactId>docx4j-core</artifactId>-->
<!--            <version>11.4.9</version> &lt;!&ndash; 使用最新稳定版 &ndash;&gt;-->
<!--        </dependency>-->
<!--        &lt;!&ndash; 如需处理图片/表格等高级功能,可添加 &ndash;&gt;-->
<!--        <dependency>-->
<!--            <groupId>org.docx4j</groupId>-->
<!--            <artifactId>docx4j-ImportXHTML</artifactId>-->
<!--            <version>11.4.8</version>-->
<!--        </dependency>-->
<!--        &lt;!&ndash; MockK 单元测试库(用于 Kotlin) &ndash;&gt;-->
<!--        <dependency>-->
<!--            <groupId>io.mockk</groupId>-->
<!--            <artifactId>mockk</artifactId>-->
<!--            <version>1.14.5</version> &lt;!&ndash; 使用最新稳定版 &ndash;&gt;-->
<!--            <scope>test</scope>-->
<!--        </dependency>-->
<!--        <dependency>-->
<!--            <groupId>org.junit.jupiter</groupId>-->
<!--            <artifactId>junit-jupiter</artifactId>-->
<!--            <version>RELEASE</version>-->
<!--            <scope>test</scope>-->
<!--        </dependency>-->
    </dependencies>