清理无用依赖.
This commit is contained in:
parent
0ae1a9e86b
commit
0a9f40ab33
@ -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",
|
||||
|
@ -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.
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user