mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
slf4j version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
595372f5a5
commit
954bb70cc1
@ -63,7 +63,7 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
antLibs("org.junit.jupiter:junit-jupiter:5.7.2")
|
||||
antLibs("org.junit.jupiter:junit-jupiter:5.8.1")
|
||||
antLibs("org.apache.ant:ant-junitlauncher:1.10.11")
|
||||
}
|
||||
|
||||
@ -135,7 +135,7 @@ subprojects {
|
||||
all {
|
||||
resolutionStrategy {
|
||||
force "commons-io:commons-io:${commonsIoVersion}"
|
||||
force 'org.slf4j:slf4j-api:1.8.0-beta4'
|
||||
force 'org.slf4j:slf4j-api:1.7.32'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user