支持达梦数据库V8

This commit is contained in:
2025-06-05 12:58:18 +08:00
parent e2e5939810
commit 721cd48d96
6 changed files with 31 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.yanghuanglin</groupId>
<artifactId>seq</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
<name>seq</name>
<description>seq</description>
<properties>
@@ -34,6 +34,12 @@
<version>42.7.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>8.1.3.140</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>