Sfoglia il codice sorgente

downgrade junit version - due to build issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893579 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 anni fa
parent
commit
8dc976cf31
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle Vedi File

@@ -63,7 +63,7 @@ configurations {
}

dependencies {
antLibs("org.junit.jupiter:junit-jupiter:5.8.1")
antLibs("org.junit.jupiter:junit-jupiter:5.7.2")
antLibs("org.apache.ant:ant-junitlauncher:1.10.11")
}

@@ -115,7 +115,7 @@ subprojects {
commonsCompressVersion = '1.21'
commonsIoVersion = '2.11.0'
commonsMathVersion = '3.6.1'
junitVersion = '5.8.1'
junitVersion = '5.7.2'
log4jVersion = '2.14.1'
mockitoVersion = '3.12.4'
hamcrestVersion = '2.2'

Loading…
Annulla
Salva