mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Correct renaming of Kotlinx Serialization JSON starters
Closes gh-48262
This commit is contained in:
@@ -2189,8 +2189,8 @@ bom {
|
||||
"spring-boot-starter-jsonb-test",
|
||||
"spring-boot-starter-kafka",
|
||||
"spring-boot-starter-kafka-test",
|
||||
"spring-boot-starter-kotlin-serialization-json",
|
||||
"spring-boot-starter-kotlin-serialization-json-test",
|
||||
"spring-boot-starter-kotlinx-serialization-json",
|
||||
"spring-boot-starter-kotlinx-serialization-json-test",
|
||||
"spring-boot-starter-ldap",
|
||||
"spring-boot-starter-ldap-test",
|
||||
"spring-boot-starter-liquibase",
|
||||
|
||||
+2
-2
@@ -291,8 +291,8 @@ include "starter:spring-boot-starter-jsonb"
|
||||
include "starter:spring-boot-starter-jsonb-test"
|
||||
include "starter:spring-boot-starter-kafka"
|
||||
include "starter:spring-boot-starter-kafka-test"
|
||||
include "starter:spring-boot-starter-kotlin-serialization-json"
|
||||
include "starter:spring-boot-starter-kotlin-serialization-json-test"
|
||||
include "starter:spring-boot-starter-kotlinx-serialization-json"
|
||||
include "starter:spring-boot-starter-kotlinx-serialization-json-test"
|
||||
include "starter:spring-boot-starter-ldap"
|
||||
include "starter:spring-boot-starter-ldap-test"
|
||||
include "starter:spring-boot-starter-liquibase"
|
||||
|
||||
+2
-2
@@ -18,9 +18,9 @@ plugins {
|
||||
id "org.springframework.boot.starter"
|
||||
}
|
||||
|
||||
description = "Starter for testing Kotlin Serialization"
|
||||
description = "Starter for testing Kotlinx Serialization JSON"
|
||||
|
||||
dependencies {
|
||||
api(project(":starter:spring-boot-starter-kotlin-serialization-json"))
|
||||
api(project(":starter:spring-boot-starter-kotlinx-serialization-json"))
|
||||
api(project(":starter:spring-boot-starter-test"))
|
||||
}
|
||||
+1
-1
@@ -18,7 +18,7 @@ plugins {
|
||||
id "org.springframework.boot.starter"
|
||||
}
|
||||
|
||||
description = "Starter for using Kotlin Serialization"
|
||||
description = "Starter for using Kotlinx Serialization JSON"
|
||||
|
||||
dependencies {
|
||||
api(project(":starter:spring-boot-starter"))
|
||||
Reference in New Issue
Block a user