|
|
@@ -14,6 +14,7 @@
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
+
|
|
|
<dependencies>
|
|
|
<!-- 依赖 core 模块 -->
|
|
|
<dependency>
|
|
|
@@ -118,11 +119,11 @@
|
|
|
<version>5.2.24.RELEASE</version>
|
|
|
</dependency>-->
|
|
|
<!-- MySQL JDBC Driver -->
|
|
|
- <dependency>
|
|
|
- <groupId>mysql</groupId>
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
- <version>8.0.33</version> <!-- 使用最新稳定版本 -->
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>mysql</groupId>-->
|
|
|
+<!-- <artifactId>mysql-connector-java</artifactId>-->
|
|
|
+<!-- <version>8.0.33</version> <!– 使用最新稳定版本 –>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>cn.com.kingbase</groupId>
|