|
|
@ -37,7 +37,7 @@ |
|
|
|
</repositories> |
|
|
|
|
|
|
|
<properties> |
|
|
|
<jimureport.version>1.5.2</jimureport.version> |
|
|
|
<jimureport.version>1.5.1</jimureport.version> |
|
|
|
<java.version>1.8</java.version> |
|
|
|
<minio.version>8.0.3</minio.version> |
|
|
|
<!-- DB驱动 --> |
|
|
@ -70,6 +70,26 @@ |
|
|
|
<groupId>org.jeecgframework.jimureport</groupId> |
|
|
|
<artifactId>jimureport-spring-boot-starter</artifactId> |
|
|
|
<version>${jimureport.version}</version> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.jeecgframework</groupId> |
|
|
|
<artifactId>autopoi</artifactId> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.jeecgframework</groupId> |
|
|
|
<artifactId>autopoi-web</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.jeecgframework</groupId> |
|
|
|
<artifactId>autopoi-web</artifactId> |
|
|
|
<version>1.4.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.jeecgframework</groupId> |
|
|
|
<artifactId>autopoi</artifactId> |
|
|
|
<version>1.4.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- SpringBoot--> |
|
|
|