添加政策导出

This commit is contained in:
chenshaohua
2026-07-08 19:32:40 +08:00
parent f52d7f0eda
commit 3703b8e2bc
3 changed files with 171 additions and 0 deletions

View File

@@ -116,6 +116,12 @@
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<!-- openpdf -->
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.30</version>
</dependency>
</dependencies>
</project>