We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8724807 commit 35b39d3Copy full SHA for 35b39d3
spring-boot-project/spring-boot-test/build.gradle
@@ -10,6 +10,7 @@ description = "Spring Boot Test"
10
11
dependencies {
12
api(project(":spring-boot-project:spring-boot"))
13
+ api("org.springframework:spring-test")
14
15
optional("com.fasterxml.jackson.core:jackson-databind")
16
optional("com.google.code.gson:gson")
@@ -32,7 +33,6 @@ dependencies {
32
33
exclude(group: "com.sun.activation", module: "jakarta.activation")
34
}
35
optional("org.seleniumhq.selenium:selenium-api")
- optional("org.springframework:spring-test")
36
optional("org.springframework:spring-web")
37
optional("org.springframework:spring-webflux")
38
optional("org.springframework.graphql:spring-graphql-test")
0 commit comments