mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 05:38:55 +08:00
build(logger): Update log module dependency version
- Add Spring Boot dependent platform version - Update Spring Boot starter aop dependency - Add Spring Boot autoconfigure dependency - Keep Spring Boot starter web dependencies unchanged
This commit is contained in:
parent
6942de1320
commit
806cefd248
@ -1,8 +1,8 @@
|
||||
dependencies {
|
||||
implementation(project(Modules.Core.EXTENSION))
|
||||
implementation(libs.springBootStarter.aop)
|
||||
|
||||
implementation(libs.kotlinxCoroutines.reactor)
|
||||
|
||||
implementation(platform(libs.springBootDependencies.bom))
|
||||
implementation(libs.springBoot.autoconfigure)
|
||||
compileOnly(libs.springBootStarter.web)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user