@ -14,7 +14,11 @@ dependencies {
@@ -14,7 +14,11 @@ dependencies {
optional ( project ( ":spring-webflux" ) )
optional ( project ( ":spring-webmvc" ) )
optional ( project ( ":spring-websocket" ) )
optional ( 'info.picocli:picocli' )
optional ( "com.jayway.jsonpath:json-path" )
optional ( "info.picocli:picocli" )
optional ( "io.micrometer:context-propagation" )
optional ( "io.micrometer:micrometer-observation" )
optional ( "io.projectreactor:reactor-test" )
optional ( "jakarta.activation:jakarta.activation-api" )
optional ( "jakarta.el:jakarta.el-api" )
optional ( "jakarta.inject:jakarta.inject-api" )
@ -44,14 +48,10 @@ dependencies {
@@ -44,14 +48,10 @@ dependencies {
}
optional ( "org.xmlunit:xmlunit-matchers" )
optional ( "org.skyscreamer:jsonassert" )
optional ( "com.jayway.jsonpath:json-path" )
optional ( "org.jetbrains.kotlin:kotlin-reflect" )
optional ( "org.jetbrains.kotlin:kotlin-stdlib" )
optional ( "io.projectreactor:reactor-test" )
optional ( "org.jetbrains.kotlinx:kotlinx-coroutines-core" )
optional ( "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" )
optional ( 'io.micrometer:context-propagation' )
optional ( 'io.micrometer:micrometer-observation' )
testImplementation ( project ( ":spring-core-test" ) )
testImplementation ( project ( ":spring-context-support" ) )
testImplementation ( project ( ":spring-oxm" ) )
@ -60,14 +60,15 @@ dependencies {
@@ -60,14 +60,15 @@ dependencies {
testImplementation ( testFixtures ( project ( ":spring-core" ) ) )
testImplementation ( testFixtures ( project ( ":spring-tx" ) ) )
testImplementation ( testFixtures ( project ( ":spring-web" ) ) )
testImplementation ( "de.bechte.junit:junit-hierarchicalcontextrunner" )
testImplementation ( "jakarta.annotation:jakarta.annotation-api" )
testImplementation ( "javax.cache:cache-api" )
testImplementation ( "jakarta.ejb:jakarta.ejb-api" )
testImplementation ( "jakarta.interceptor:jakarta.interceptor-api" )
testImplementation ( "jakarta.mail:jakarta.mail-api" )
testImplementation ( "jakarta.validation:jakarta.validation-api" )
testImplementation ( "javax.cache:cache-api" )
testImplementation ( "org.hibernate:hibernate-core-jakarta" )
testImplementation ( "org.hibernate:hibernate-validator" )
testImplementation ( "jakarta.validation:jakarta.validation-api" )
testImplementation ( "org.junit.platform:junit-platform-testkit" )
testImplementation ( "com.fasterxml.jackson.core:jackson-databind" )
testImplementation ( "com.thoughtworks.xstream:xstream" )
@ -76,9 +77,8 @@ dependencies {
@@ -76,9 +77,8 @@ dependencies {
testImplementation ( "org.apache.httpcomponents:httpclient" ) {
exclude group: "commons-logging" , module: "commons-logging"
}
testImplementation ( "io.projectreactor.netty:reactor-netty-http" )
testImplementation ( "de.bechte.junit:junit-hierarchicalcontextrunner" )
testImplementation ( "org.awaitility:awaitility" )
testImplementation ( "io.projectreactor.netty:reactor-netty-http" )
testRuntimeOnly ( "org.junit.vintage:junit-vintage-engine" ) {
exclude group: "junit" , module: "junit"
}