From 969878a168bd5424120474d39c9aab454298bd4b Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期二, 12 八月 2025 14:15:35 +0800 Subject: [PATCH] 新增定时任务 --- service/pom.xml | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/service/pom.xml b/service/pom.xml index 4902321..4140a88 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -9,7 +9,7 @@ </parent> <modelVersion>4.0.0</modelVersion> - <groupId>com.cwgl</groupId> + <groupId>com.ruoyi</groupId> <artifactId>service</artifactId> <properties> @@ -25,13 +25,12 @@ <artifactId>common</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>com.itextpdf</groupId> + <artifactId>itextpdf</artifactId> + <version>5.5.13.3</version> + </dependency> - <!--鎸佷箙鍖栧眰妯″潡--> - <dependency> - <groupId>com.ruoyi</groupId> - <artifactId>core</artifactId> - <version>${ruoyi.version}</version> - </dependency> <!--鎸佷箙鍖栧眰妯″潡--> <dependency> <groupId>com.ruoyi</groupId> -- Gitblit v1.8.0