Revert change to remove junit-vintage-engine exclusions
See note about exclusion in Spring Boot docs: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-testing
This commit is contained in:
@@ -36,7 +36,9 @@ dependencies {
|
||||
implementation project(":spring-cloud-starter-app-broker-cloudfoundry")
|
||||
implementation("org.springframework.boot:spring-boot-starter-webflux")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
}
|
||||
testImplementation("io.projectreactor:reactor-test")
|
||||
}
|
||||
|
||||
|
||||
@@ -37,7 +37,9 @@ dependencies {
|
||||
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
}
|
||||
testImplementation("io.projectreactor.tools:blockhound-junit-platform:${blockHoundVersion}")
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,9 @@ dependencies {
|
||||
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
}
|
||||
testImplementation("io.projectreactor:reactor-test")
|
||||
testImplementation("io.projectreactor.tools:blockhound-junit-platform:${blockHoundVersion}")
|
||||
}
|
||||
|
||||
@@ -28,6 +28,8 @@ dependencies {
|
||||
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
}
|
||||
testImplementation("io.projectreactor.tools:blockhound-junit-platform:${blockHoundVersion}")
|
||||
}
|
||||
|
||||
@@ -40,7 +40,9 @@ dependencies {
|
||||
implementation project(":spring-cloud-starter-app-broker-cloudfoundry")
|
||||
implementation("org.springframework.boot:spring-boot-starter-webflux")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
}
|
||||
testImplementation("io.rest-assured:rest-assured")
|
||||
testImplementation("com.github.tomakehurst:wiremock:${wiremockVersion}")
|
||||
}
|
||||
|
||||
@@ -28,7 +28,9 @@ dependencies {
|
||||
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
}
|
||||
testImplementation("io.projectreactor:reactor-test")
|
||||
testImplementation("io.projectreactor.tools:blockhound-junit-platform:${blockHoundVersion}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user