mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2026-01-13 07:01:19 +08:00
1.3.65-beta 升级
This commit is contained in:
@@ -37,12 +37,16 @@
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<minio.version>8.0.3</minio.version>
|
||||
<!-- DB驱动 -->
|
||||
<postgresql.version>42.2.6</postgresql.version>
|
||||
<ojdbc6.version>11.2.0.3</ojdbc6.version>
|
||||
<sqljdbc4.version>4.0</sqljdbc4.version>
|
||||
<mysql-connector-java.version>8.0.20</mysql-connector-java.version>
|
||||
<minio.version>8.0.3</minio.version>
|
||||
<sqlit.version>3.7.2</sqlit.version>
|
||||
<hsqldb.version>2.2.8</hsqldb.version>
|
||||
<h2.version>1.4.197</h2.version>
|
||||
<derby.version>10.11.1.1</derby.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -51,9 +55,10 @@
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.jimureport</groupId>
|
||||
<artifactId>jimureport-spring-boot-starter</artifactId>
|
||||
<version>1.3.64-beta</version>
|
||||
<version>1.3.65-beta</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- SpringBoot-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
@@ -101,6 +106,68 @@
|
||||
<version>${postgresql.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- 达梦驱动 -->
|
||||
<dependency>
|
||||
<groupId>com.dameng</groupId>
|
||||
<artifactId>DmJdbcDriver18</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.dameng</groupId>
|
||||
<artifactId>DmDialectForHibernate</artifactId>
|
||||
<version>5.3</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- sqlite -->
|
||||
<dependency>
|
||||
<groupId>org.xerial</groupId>
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>${sqlit.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!--hsqldb-->
|
||||
<dependency>
|
||||
<groupId>org.hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
<version>${hsqldb.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!--h2-->
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>${h2.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!--derby-->
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derbyclient</artifactId>
|
||||
<version>${derby.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!--db2-->
|
||||
<dependency>
|
||||
<groupId>com.ibm.db2</groupId>
|
||||
<artifactId>jcc</artifactId>
|
||||
<version>11.5.0.0</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!--神通-->
|
||||
<dependency>
|
||||
<groupId>com.csicit.thirdparty</groupId>
|
||||
<artifactId>oscar</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!--人大金仓-->
|
||||
<dependency>
|
||||
<groupId>kingbase</groupId>
|
||||
<artifactId>kingbase8</artifactId>
|
||||
<version>8</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user