mirror of
https://github.com/apache/poi.git
synced 2026-02-27 12:30:08 +08:00
try to tidy up jupiter dependency by using the junit-bom
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1926702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c784266438
commit
73c4de16e4
@ -171,8 +171,9 @@ subprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation "org.junit.jupiter:junit-jupiter:${junitVersion}"
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
|
||||
testImplementation platform("org.junit:junit-bom:${junitVersion}")
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
|
||||
testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}"
|
||||
testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user