Avoid illegal reflective access in CLI tests

See gh-26930
This commit is contained in:
dreis2211
2021-06-16 20:07:00 +02:00
committed by Phillip Webb
parent 093e7f7e3b
commit 7a25e4edb8
3 changed files with 13 additions and 20 deletions

View File

@@ -56,6 +56,7 @@ dependencies {
loader(project(":spring-boot-project:spring-boot-tools:spring-boot-loader"))
testCompileOnly("org.apache.tomcat.embed:tomcat-embed-core")
testImplementation(project(":spring-boot-project:spring-boot"))
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
testImplementation(project(":spring-boot-project:spring-boot-test"))