Move BindingReflectionHintsRegistrar to spring-core

See gh-28979
This commit is contained in:
Sébastien Deleuze
2022-09-01 17:59:43 +02:00
parent 6475523a53
commit aaffb8b27e
7 changed files with 11 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ import org.springframework.build.shadow.ShadowSource
description = "Spring Core"
apply plugin: "kotlin"
apply plugin: "kotlinx-serialization"
def javapoetVersion = "1.13.0"
def objenesisVersion = "3.2"
@@ -90,6 +91,7 @@ dependencies {
testFixturesImplementation("org.assertj:assertj-core")
testFixturesImplementation("org.xmlunit:xmlunit-assertj")
testFixturesImplementation("io.projectreactor:reactor-test")
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json")
}
jar {