pom修改

20231126-yw
yuanwei 1 year ago
parent 4d80788458
commit 918f778fd9

@ -200,11 +200,11 @@
</dependency>
<!-- PDF打印 -->
<!-- <dependency>-->
<!-- <groupId>com.glxp</groupId>-->
<!-- <artifactId>tochina</artifactId>-->
<!-- <version>1.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.glxp</groupId>
<artifactId>tochina</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
@ -269,6 +269,10 @@
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
</exclusion>
<exclusion>
<artifactId>olap4j</artifactId>
<groupId>org.olap4j</groupId>
</exclusion>
</exclusions>
</dependency>

Loading…
Cancel
Save