Skip to content

Commit a1146fd

Browse files
committed
删除达梦非必要的依赖
1 parent fdee4eb commit a1146fd

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ext {
6666
"sqlserver" : "com.microsoft.sqlserver:sqljdbc4:4.0",
6767
"postgresql" : "org.postgresql:postgresql:9.4.1212",
6868
"oracle" : fileTree(dir: 'libs', includes: ['ojdbc-11.2.0.3-jdk16.jar']),
69-
"dm" : fileTree(dir: 'libs', includes: ['dialect-hibernate5.0.jar', "hibernateSpatial-1.0.jar","jdbcDriver-18.jar"]),
69+
"dm" : fileTree(dir: 'libs', includes: ["jdbcDriver-18.jar"]),
7070
"h2" : "com.h2database:h2:1.4.197",
7171
"mysql" : "mysql:mysql-connector-java:8.0.15",
7272
"sqlite" : "org.xerial:sqlite-jdbc:3.27.2.1",

libs/dialect-hibernate5.0.jar

-11.6 KB
Binary file not shown.

libs/hibernateSpatial-1.0.jar

-6.35 KB
Binary file not shown.

0 commit comments

Comments
 (0)