更新TIF转换PDF插件

更新TIF转换PDF插件

Signed-off-by: 高雄 <admin@cxcp.com>
pull/84/head
高雄 2023-04-03 05:36:10 +00:00 committed by Gitee
parent ee2dadb40d
commit 83d04ca45d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 5 additions and 5 deletions

View File

@ -244,10 +244,10 @@
<classifier>windows-x86_64</classifier>
</dependency>
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>${itext.version}</version>
</dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>${itextpdf.version}</version>
</dependency>
<dependency>
<groupId>javax.media</groupId>
@ -338,4 +338,4 @@
</plugin>
</plugins>
</build>
</project>
</project>