Make spring-test available to compile classpath of consumers of spring-boot-test
Closes gh-39901
This commit is contained in:
parent
8724807628
commit
35b39d3a44
|
|
@ -10,6 +10,7 @@ description = "Spring Boot Test"
|
|||
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot"))
|
||||
api("org.springframework:spring-test")
|
||||
|
||||
optional("com.fasterxml.jackson.core:jackson-databind")
|
||||
optional("com.google.code.gson:gson")
|
||||
|
|
@ -32,7 +33,6 @@ dependencies {
|
|||
exclude(group: "com.sun.activation", module: "jakarta.activation")
|
||||
}
|
||||
optional("org.seleniumhq.selenium:selenium-api")
|
||||
optional("org.springframework:spring-test")
|
||||
optional("org.springframework:spring-web")
|
||||
optional("org.springframework:spring-webflux")
|
||||
optional("org.springframework.graphql:spring-graphql-test")
|
||||
|
|
|
|||
Loading…
Reference in New Issue