File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
platform/spring-boot-dependencies
spring-boot-starter-kotlin-serialization-json-test
spring-boot-starter-kotlin-serialization-json Expand file tree Collapse file tree 4 files changed +5
-5
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" ,
2193- " spring-boot-starter-kotlin-serialization-test" ,
2192+ " spring-boot-starter-kotlin-serialization-json " ,
2193+ " spring-boot-starter-kotlin-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"
295- include " starter:spring-boot-starter-kotlin-serialization-test"
294+ include " starter:spring-boot-starter-kotlin-serialization-json "
295+ include " starter:spring-boot-starter-kotlin-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 @@ -21,6 +21,6 @@ plugins {
2121description = " Starter for testing Kotlin Serialization"
2222
2323dependencies {
24- api(project(" :starter:spring-boot-starter-kotlin-serialization" ))
24+ api(project(" :starter:spring-boot-starter-kotlin-serialization-json " ))
2525 api(project(" :starter:spring-boot-starter-test" ))
2626}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments