Skip to content

Commit

Permalink
升级积木报表到最新版
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Sep 25, 2022
1 parent 091ec83 commit 47d6af5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion jeecg-module-system/jeecg-system-biz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
</dependency>

<!-- 积木报表 mongo redis 支持包
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-nosql-starter</artifactId>
</dependency>-->
</dependencies>

</project>
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<minidao.version>1.9.0</minidao.version>

<!-- 积木报表-->
<jimureport-spring-boot-starter.version>1.5.2</jimureport-spring-boot-starter.version>
<jimureport-spring-boot-starter.version>1.5.3</jimureport-spring-boot-starter.version>
<commons.version>2.6</commons.version>
<aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
<aliyun.oss.version>3.11.2</aliyun.oss.version>
Expand Down Expand Up @@ -321,6 +321,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-nosql-starter</artifactId>
<version>${jimureport-spring-boot-starter.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 47d6af5

Please sign in to comment.