Merge pull request #9686 from dataease/pr@dev-v2@feat_report_pdf

perf(X-Pack): 定时报告增加pdf导出
This commit is contained in:
fit2cloud-chenyw 2024-05-16 20:26:42 +08:00 committed by GitHub
commit 56d026a13a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View File

@ -129,6 +129,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itext7-core</artifactId>
<version>${itextpdf.version}</version>
<type>pom</type>
</dependency>
</dependencies>
<build>

@ -1 +1 @@
Subproject commit 5edc42b37b3c23bdde0d112f6cd8874a8f1c92f4
Subproject commit bbab91cb175d5ad1a11bcc5598766d8e37a35098

View File

@ -46,6 +46,7 @@
<selenium-java.version>4.19.1</selenium-java.version>
<angus-mail.version>2.0.3</angus-mail.version>
<mysql-connector-j.version>8.2.0</mysql-connector-j.version>
<itextpdf.version>8.0.4</itextpdf.version>
</properties>
<dependencyManagement>