chore(deps): 移除达梦数据库 JDBC 驱动依赖并优化配置

- 删除 DmJdbcDriver8.jar 驱动文件
- 排除 QuartzAutoConfiguration 自动配置
- 统一规范 POM 文件格式和依赖管理
- 优化项目构建配置
This commit is contained in:
2026-03-03 17:57:32 +08:00
parent 2c0d684079
commit fb5f142127
7 changed files with 14 additions and 17 deletions
+2 -4
View File
@@ -140,13 +140,11 @@
</dependency>
<!-- 数据库驱动 -->
<!-- 达梦8数据库驱动 -->
<!-- 达梦数据库-->
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver8</artifactId>
<version>${dm.jdbc.version}</version>
<scope>system</scope>
<systemPath>${project.basedir}/../lib/DmJdbcDriver8.jar</systemPath>
<scope>runtime</scope>
</dependency>
<!-- sqlserver-->
<dependency>