From 499b1d27da156ddd25c7adb58a5601805d8149fe Mon Sep 17 00:00:00 2001 From: 吴祝攀 <2040239371@qq.com> Date: 星期五, 14 六月 2024 15:51:16 +0800 Subject: [PATCH] JAQ报告优化 --- pom.xml | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 53a6423..7e50d7d 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,34 @@ <optional>true</optional> <!-- 琛ㄧず渚濊禆涓嶄細浼犻�� --> </dependency> + <!--springboot鏀寔鍖咃紝閲岄潰鍖呮嫭浜嗚嚜鍔ㄩ厤缃被 --> + <dependency> + <groupId>org.jodconverter</groupId> + <artifactId>jodconverter-spring-boot-starter</artifactId> + <version>4.4.2</version> + </dependency> + + <!--jodconverter 鏍稿績鍖� --> + <dependency> + <groupId>org.jodconverter</groupId> + <artifactId>jodconverter-core</artifactId> + <version>4.4.2</version> + </dependency> + + <!--jodconverter 鏈湴鏀寔鍖� --> + <dependency> + <groupId>org.jodconverter</groupId> + <artifactId>jodconverter-local</artifactId> + <version>4.4.2</version> + </dependency> + + <!--springboot鏀寔鍖咃紝閲岄潰鍖呮嫭浜嗚嚜鍔ㄩ厤缃被 --> + <dependency> + <groupId>org.libreoffice</groupId> + <artifactId>ridl</artifactId> + <version>7.2.0</version> + </dependency> + <!-- Mysql椹卞姩鍖� --> <dependency> <groupId>mysql</groupId> @@ -376,9 +404,12 @@ <dependency> <groupId>com.aspose</groupId> <artifactId>words</artifactId> - <version>21.1</version> + <version>23.4</version> </dependency> + + + </dependencies> <build> <plugins> -- Gitblit v1.9.1