mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Introduce Kotlin Serialization auto-configuration
See gh-46546 Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
This commit is contained in:
committed by
Brian Clozel
parent
4b0b9e5e36
commit
c7621bb6be
@@ -154,6 +154,9 @@ dependencies {
|
||||
api(project(":module:spring-boot-kafka")) {
|
||||
transitive = false
|
||||
}
|
||||
api(project(":module:spring-boot-kotlin-serialization")) {
|
||||
transitive = false
|
||||
}
|
||||
api(project(":module:spring-boot-ldap")) {
|
||||
transitive = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user