pom修改

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

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

Loading…
Cancel
Save