Skip to content

Commit 35b39d3

Browse files
committed
Make spring-test available to compile classpath of consumers of spring-boot-test
Closes gh-39901
1 parent 8724807 commit 35b39d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description = "Spring Boot Test"
1010

1111
dependencies {
1212
api(project(":spring-boot-project:spring-boot"))
13+
api("org.springframework:spring-test")
1314

1415
optional("com.fasterxml.jackson.core:jackson-databind")
1516
optional("com.google.code.gson:gson")
@@ -32,7 +33,6 @@ dependencies {
3233
exclude(group: "com.sun.activation", module: "jakarta.activation")
3334
}
3435
optional("org.seleniumhq.selenium:selenium-api")
35-
optional("org.springframework:spring-test")
3636
optional("org.springframework:spring-web")
3737
optional("org.springframework:spring-webflux")
3838
optional("org.springframework.graphql:spring-graphql-test")

0 commit comments

Comments
 (0)