File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
platform/spring-boot-dependencies
spring-boot-starter-kotlinx-serialization-json-test
spring-boot-starter-kotlinx-serialization-json Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2189,8 +2189,8 @@ bom {
21892189 " spring-boot-starter-jsonb-test" ,
21902190 " spring-boot-starter-kafka" ,
21912191 " spring-boot-starter-kafka-test" ,
2192- " spring-boot-starter-kotlin -serialization-json" ,
2193- " spring-boot-starter-kotlin -serialization-json-test" ,
2192+ " spring-boot-starter-kotlinx -serialization-json" ,
2193+ " spring-boot-starter-kotlinx -serialization-json-test" ,
21942194 " spring-boot-starter-ldap" ,
21952195 " spring-boot-starter-ldap-test" ,
21962196 " spring-boot-starter-liquibase" ,
Original file line number Diff line number Diff line change @@ -291,8 +291,8 @@ include "starter:spring-boot-starter-jsonb"
291291include " starter:spring-boot-starter-jsonb-test"
292292include " starter:spring-boot-starter-kafka"
293293include " starter:spring-boot-starter-kafka-test"
294- include " starter:spring-boot-starter-kotlin -serialization-json"
295- include " starter:spring-boot-starter-kotlin -serialization-json-test"
294+ include " starter:spring-boot-starter-kotlinx -serialization-json"
295+ include " starter:spring-boot-starter-kotlinx -serialization-json-test"
296296include " starter:spring-boot-starter-ldap"
297297include " starter:spring-boot-starter-ldap-test"
298298include " starter:spring-boot-starter-liquibase"
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ plugins {
1818 id " org.springframework.boot.starter"
1919}
2020
21- description = " Starter for testing Kotlin Serialization"
21+ description = " Starter for testing Kotlinx Serialization JSON "
2222
2323dependencies {
24- api(project(" :starter:spring-boot-starter-kotlin -serialization-json" ))
24+ api(project(" :starter:spring-boot-starter-kotlinx -serialization-json" ))
2525 api(project(" :starter:spring-boot-starter-test" ))
2626}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818 id " org.springframework.boot.starter"
1919}
2020
21- description = " Starter for using Kotlin Serialization"
21+ description = " Starter for using Kotlinx Serialization JSON "
2222
2323dependencies {
2424 api(project(" :starter:spring-boot-starter" ))
You can’t perform that action at this time.
0 commit comments