清理无用依赖.

This commit is contained in:
nieqiurong 2024-05-05 21:26:00 +08:00
parent 0ae1a9e86b
commit 0a9f40ab33
6 changed files with 1 additions and 2 deletions

View File

@ -58,7 +58,6 @@ ext {
"postgresql" : "org.postgresql:postgresql:42.7.3",
"oracle" : fileTree(dir: 'libs', includes: ['ojdbc8.jar']),
"dm" : fileTree(dir: 'libs', includes: ["jdbcDriver-18.jar"]),
"kingbase" : fileTree(dir: 'libs', includes: ["kingbase8-8.2.0.jar"]),
"h2" : "com.h2database:h2:2.2.224",
"mysql" : "com.mysql:mysql-connector-j:8.4.0",
"sqlite" : "org.xerial:sqlite-jdbc:3.45.3.0",

View File

@ -14,3 +14,4 @@
- feat: SpringBoot依赖升级
- feat: 升级kotlin-reflect至1.9.23
- feat: 重构ServiceImpl泛型参数提取
- feat: 升级lombok至1.18.32

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -23,7 +23,6 @@ dependencies {
implementation "de.ruedigermoeller:fst:3.0.4-jdk17"
implementation "com.alibaba.fastjson2:fastjson2:2.0.49"
implementation "com.github.ben-manes.caffeine:caffeine:2.9.3"
testImplementation "com.google.guava:guava:33.2.0-jre"
testImplementation "io.github.classgraph:classgraph:4.8.172"
testImplementation "${lib.h2}"
testImplementation "${lib.mysql}"