File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -57,17 +57,13 @@ configure([rootProject] + javaProjects) { project ->
57
57
apply from : " ${ rootDir} /gradle/ide.gradle"
58
58
59
59
dependencies {
60
- testImplementation(" org.junit.jupiter:junit-jupiter-api" )
61
- testImplementation(" org.junit.jupiter:junit-jupiter-params" )
62
- testImplementation(" org.junit.platform:junit-platform-suite-api" )
60
+ testImplementation(" org.junit.jupiter:junit-jupiter" )
61
+ testImplementation(" org.junit.platform:junit-platform-suite" )
63
62
testImplementation(" org.mockito:mockito-core" )
64
63
testImplementation(" org.mockito:mockito-junit-jupiter" )
65
64
testImplementation(" io.mockk:mockk" )
66
65
testImplementation(" org.assertj:assertj-core" )
67
- // Pull in the latest JUnit 5 Launcher API to ensure proper support in IDEs.
68
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
69
66
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
70
- testRuntimeOnly(" org.junit.platform:junit-platform-suite-engine" )
71
67
testRuntimeOnly(" org.apache.logging.log4j:log4j-core" )
72
68
}
73
69
Original file line number Diff line number Diff line change @@ -90,9 +90,8 @@ dependencies {
90
90
optional(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor" )
91
91
testFixturesImplementation(" io.projectreactor:reactor-test" )
92
92
testFixturesImplementation(" org.assertj:assertj-core" )
93
+ testFixturesImplementation(" org.junit.jupiter:junit-jupiter" )
93
94
testFixturesImplementation(" org.junit.platform:junit-platform-launcher" )
94
- testFixturesImplementation(" org.junit.jupiter:junit-jupiter-api" )
95
- testFixturesImplementation(" org.junit.jupiter:junit-jupiter-params" )
96
95
testFixturesImplementation(" org.xmlunit:xmlunit-assertj" )
97
96
testImplementation(" com.fasterxml.jackson.core:jackson-databind" )
98
97
testImplementation(" com.fasterxml.woodstox:woodstox-core" )
Original file line number Diff line number Diff line change @@ -65,8 +65,7 @@ dependencies {
65
65
optional(" tools.jackson.dataformat:jackson-dataformat-yaml" )
66
66
optional(" com.fasterxml:aalto-xml" ) // out of order to avoid XML parser override
67
67
testFixturesApi(" jakarta.servlet:jakarta.servlet-api" )
68
- testFixturesApi(" org.junit.jupiter:junit-jupiter-api" )
69
- testFixturesApi(" org.junit.jupiter:junit-jupiter-params" )
68
+ testFixturesApi(" org.junit.jupiter:junit-jupiter" )
70
69
testFixturesImplementation(" io.projectreactor:reactor-test" )
71
70
testFixturesImplementation(" org.assertj:assertj-core" )
72
71
testFixturesImplementation(" org.bouncycastle:bcpkix-jdk18on" ) {
You can’t perform that action at this time.
0 commit comments