From ddaa44400aa478058ffe9349d59904a130b7ce9c Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 28 八月 2025 17:33:11 +0800 Subject: [PATCH] 2025.8.28 1. 新增走航任务统计功能(待完成) --- pom.xml | 49 +++++++++++++++++++++++++------------------------ 1 files changed, 25 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 6b67ad9..a0c3395 100644 --- a/pom.xml +++ b/pom.xml @@ -267,30 +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> <!-- 浣跨敤鏈�鏂扮ǔ瀹氱増 --> - </dependency> - <!-- 濡傞渶澶勭悊鍥剧墖/琛ㄦ牸绛夐珮绾у姛鑳斤紝鍙坊鍔� --> - <dependency> - <groupId>org.docx4j</groupId> - <artifactId>docx4j-ImportXHTML</artifactId> - <version>11.4.8</version> - </dependency> - <!-- MockK 鍗曞厓娴嬭瘯搴擄紙鐢ㄤ簬 Kotlin锛� --> - <dependency> - <groupId>io.mockk</groupId> - <artifactId>mockk</artifactId> - <version>1.14.5</version> <!-- 浣跨敤鏈�鏂扮ǔ瀹氱増 --> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter</artifactId> - <version>RELEASE</version> - <scope>test</scope> - </dependency> +<!-- <dependency>--> +<!-- <groupId>org.docx4j</groupId>--> +<!-- <artifactId>docx4j-core</artifactId>--> +<!-- <version>11.4.9</version> <!– 浣跨敤鏈�鏂扮ǔ瀹氱増 –>--> +<!-- </dependency>--> +<!-- <!– 濡傞渶澶勭悊鍥剧墖/琛ㄦ牸绛夐珮绾у姛鑳斤紝鍙坊鍔� –>--> +<!-- <dependency>--> +<!-- <groupId>org.docx4j</groupId>--> +<!-- <artifactId>docx4j-ImportXHTML</artifactId>--> +<!-- <version>11.4.8</version>--> +<!-- </dependency>--> +<!-- <!– MockK 鍗曞厓娴嬭瘯搴擄紙鐢ㄤ簬 Kotlin锛� –>--> +<!-- <dependency>--> +<!-- <groupId>io.mockk</groupId>--> +<!-- <artifactId>mockk</artifactId>--> +<!-- <version>1.14.5</version> <!– 浣跨敤鏈�鏂扮ǔ瀹氱増 –>--> +<!-- <scope>test</scope>--> +<!-- </dependency>--> +<!-- <dependency>--> +<!-- <groupId>org.junit.jupiter</groupId>--> +<!-- <artifactId>junit-jupiter</artifactId>--> +<!-- <version>RELEASE</version>--> +<!-- <scope>test</scope>--> +<!-- </dependency>--> + </dependencies> -- Gitblit v1.9.3