mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 19:12:10 +08:00
build(forgeboot-i18n): Update Module References and Dependencies - Changed I18N module references to I18n (case correction)
- Add the kotlin-reflect dependency to libs.versions.toml - Add the spring-boot-starter-data-jpa dependency to libs.versions.toml
This commit is contained in:
parent
6ea0bab287
commit
fa9a5f9039
@ -4,7 +4,7 @@ dependencies {
|
||||
compileOnly(platform(libs.springCloudDependencies.bom))
|
||||
compileOnly(libs.springBootStarter.web)
|
||||
compileOnly(libs.springBootStarter.webflux)
|
||||
compileOnly(project(Modules.I18N.API))
|
||||
compileOnly(project(Modules.I18N.IMPL))
|
||||
compileOnly(project(Modules.I18n.API))
|
||||
compileOnly(project(Modules.I18n.IMPL))
|
||||
implementation(project(Modules.Core.EXTENSION))
|
||||
}
|
||||
|
||||
@ -3,5 +3,5 @@ dependencies {
|
||||
compileOnly(platform(libs.springCloudDependencies.bom))
|
||||
compileOnly(libs.springBootStarter.web)
|
||||
compileOnly(libs.springBootStarter.webflux)
|
||||
compileOnly(project(Modules.I18N.API))
|
||||
compileOnly(project(Modules.I18n.API))
|
||||
}
|
||||
|
||||
@ -10,12 +10,12 @@ kotlinxSerializationJSON-version = "1.7.3"
|
||||
axion-release-version = "1.18.7"
|
||||
spring-cloud-version = "2024.0.1"
|
||||
spring-boot-version = "3.4.4"
|
||||
latest-release = "latest.release"
|
||||
slf4j-version = "2.0.17"
|
||||
[libraries]
|
||||
kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin-version" }
|
||||
kotlinxDatetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinxDatetime-version" }
|
||||
kotlinxSerialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJSON-version" }
|
||||
kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin-version" }
|
||||
#kotlinxCoroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutines-version" }
|
||||
kotlinxCoroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
|
||||
# kotlinx
|
||||
@ -27,6 +27,7 @@ springBootDependencies-bom = { module = "org.springframework.boot:spring-boot-de
|
||||
springBootStarter-aop = { group = "org.springframework.boot", name = "spring-boot-starter-aop" }
|
||||
springBootStarter-web = { group = "org.springframework.boot", name = "spring-boot-starter-web" }
|
||||
springBootStarter-webflux = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" }
|
||||
springBootStarter-jpa = { group = "org.springframework.boot", name = "spring-boot-starter-data-jpa" }
|
||||
springBootStarter-validation = { group = "org.springframework.boot", name = "spring-boot-starter-validation" }
|
||||
springBoot-configuration-processor = { group = "org.springframework.boot", name = "spring-boot-configuration-processor", version.ref = "spring-boot-version" }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user