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 @@ -68,17 +68,13 @@ configure([rootProject] + javaProjects) { project ->
68
68
apply from : " ${ rootDir} /gradle/ide.gradle"
69
69
70
70
dependencies {
71
- testImplementation(" org.junit.jupiter:junit-jupiter-api" )
72
- testImplementation(" org.junit.jupiter:junit-jupiter-params" )
73
- testImplementation(" org.junit.platform:junit-platform-suite-api" )
71
+ testImplementation(" org.junit.jupiter:junit-jupiter" )
72
+ testImplementation(" org.junit.platform:junit-platform-suite" )
74
73
testImplementation(" org.mockito:mockito-core" )
75
74
testImplementation(" org.mockito:mockito-junit-jupiter" )
76
75
testImplementation(" io.mockk:mockk" )
77
76
testImplementation(" org.assertj:assertj-core" )
78
- // Pull in the latest JUnit 5 Launcher API to ensure proper support in IDEs.
79
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
80
77
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
81
- testRuntimeOnly(" org.junit.platform:junit-platform-suite-engine" )
82
78
testRuntimeOnly(" org.apache.logging.log4j:log4j-core" )
83
79
testRuntimeOnly(" org.apache.logging.log4j:log4j-jul" )
84
80
testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j2-impl" )
Original file line number Diff line number Diff line change @@ -89,9 +89,8 @@ dependencies {
89
89
testFixturesImplementation(" com.google.code.findbugs:jsr305" )
90
90
testFixturesImplementation(" io.projectreactor:reactor-test" )
91
91
testFixturesImplementation(" org.assertj:assertj-core" )
92
+ testFixturesImplementation(" org.junit.jupiter:junit-jupiter" )
92
93
testFixturesImplementation(" org.junit.platform:junit-platform-launcher" )
93
- testFixturesImplementation(" org.junit.jupiter:junit-jupiter-api" )
94
- testFixturesImplementation(" org.junit.jupiter:junit-jupiter-params" )
95
94
testFixturesImplementation(" org.xmlunit:xmlunit-assertj" )
96
95
testImplementation(" com.fasterxml.jackson.core:jackson-databind" )
97
96
testImplementation(" com.fasterxml.woodstox:woodstox-core" )
Original file line number Diff line number Diff line change @@ -64,8 +64,7 @@ dependencies {
64
64
optional(" org.jetbrains.kotlinx:kotlinx-serialization-protobuf" )
65
65
optional(" com.fasterxml:aalto-xml" ) // out of order to avoid XML parser override
66
66
testFixturesApi(" jakarta.servlet:jakarta.servlet-api" )
67
- testFixturesApi(" org.junit.jupiter:junit-jupiter-api" )
68
- testFixturesApi(" org.junit.jupiter:junit-jupiter-params" )
67
+ testFixturesApi(" org.junit.jupiter:junit-jupiter" )
69
68
testFixturesImplementation(" io.projectreactor:reactor-test" )
70
69
testFixturesImplementation(" org.assertj:assertj-core" )
71
70
testFixturesImplementation(" org.bouncycastle:bcpkix-jdk18on" ) {
You can’t perform that action at this time.
0 commit comments