mirror of https://github.com/jeecgboot/jeecg-boot
升级autopoi到最新版1.4.11
parent
2d3b1418de
commit
ae753f60fd
|
@ -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…
Reference in New Issue