mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2026-01-13 07:01:19 +08:00
升级新版本1.3.795
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# JimuReport - 积木报表
|
||||
|
||||
v1.3.78 | 20210812
|
||||
v1.3.795 | 20210906
|
||||
|
||||
|
||||
[](http://jimureport.com)
|
||||
[](https://github.com/zhangdaiscott/JimuReport)
|
||||
[](https://github.com/zhangdaiscott/JimuReport)
|
||||
[](https://github.com/zhangdaiscott/JimuReport)
|
||||
[](https://github.com/zhangdaiscott/JimuReport)
|
||||
|
||||
@@ -44,9 +44,10 @@ v1.3.78 | 20210812
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.jimureport</groupId>
|
||||
<artifactId>jimureport-spring-boot-starter</artifactId>
|
||||
<version>1.3.78</version>
|
||||
<version>1.3.795</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
最新版本可以从 http://jimureport.com/doc/log 中查询到
|
||||
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.jimureport</groupId>
|
||||
<artifactId>jimureport-spring-boot-starter</artifactId>
|
||||
<version>1.3.78</version>
|
||||
<version>1.3.795</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
<version>42.2.6</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- 达梦驱动
|
||||
<!-- 达梦驱动 -->
|
||||
<dependency>
|
||||
<groupId>com.dameng</groupId>
|
||||
<artifactId>DmJdbcDriver18</artifactId>
|
||||
@@ -111,56 +111,56 @@
|
||||
<artifactId>DmDialectForHibernate</artifactId>
|
||||
<version>5.3</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency> -->
|
||||
<!-- sqlite
|
||||
</dependency>
|
||||
<!-- sqlite -->
|
||||
<dependency>
|
||||
<groupId>org.xerial</groupId>
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.7.2</version>
|
||||
<version>3.34.0</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency> -->
|
||||
<!--hsqldb
|
||||
</dependency>
|
||||
<!--hsqldb-->
|
||||
<dependency>
|
||||
<groupId>org.hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
<version>2.2.8</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>-->
|
||||
<!--h2
|
||||
</dependency>
|
||||
<!--h2-->
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>1.4.197</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>-->
|
||||
<!--derby
|
||||
</dependency>
|
||||
<!--derby-->
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derbyclient</artifactId>
|
||||
<version>10.11.1.1</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>-->
|
||||
<!--db2
|
||||
</dependency>
|
||||
<!--db2-->
|
||||
<dependency>
|
||||
<groupId>com.ibm.db2</groupId>
|
||||
<artifactId>jcc</artifactId>
|
||||
<version>11.5.0.0</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>-->
|
||||
<!--神通
|
||||
</dependency>
|
||||
<!--神通-->
|
||||
<dependency>
|
||||
<groupId>com.csicit.thirdparty</groupId>
|
||||
<artifactId>oscar</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>-->
|
||||
<!--人大金仓
|
||||
</dependency>
|
||||
<!--人大金仓-->
|
||||
<dependency>
|
||||
<groupId>kingbase</groupId>
|
||||
<artifactId>kingbase8</artifactId>
|
||||
<version>8</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>-->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user