Browse Source

升级autopoi到最新版1.4.11

pull/7256/head
JEECG 2 months ago
parent
commit
ae753f60fd
  1. 6
      jeecg-boot/pom.xml

6
jeecg-boot/pom.xml

@ -70,7 +70,7 @@
<java-jwt.version>3.11.0</java-jwt.version>
<shiro-redis.version>3.2.2</shiro-redis.version>
<codegenerate.version>1.4.9</codegenerate.version>
<autopoi-web.version>1.4.8</autopoi-web.version>
<autopoi-web.version>1.4.11</autopoi-web.version>
<minio.version>8.0.3</minio.version>
<justauth-spring-boot-starter.version>1.4.0</justauth-spring-boot-starter.version>
<dom4j.version>1.6.1</dom4j.version>
@ -414,6 +414,10 @@
<artifactId>jimureport-dashboard-spring-boot-starter</artifactId>
<version>1.8.0-beta</version>
<exclusions>
<exclusion>
<artifactId>autopoi-web</artifactId>
<groupId>org.jeecgframework</groupId>
</exclusion>
<exclusion>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>

Loading…
Cancel
Save