mirror of
https://github.com/google/nomulus
synced 2026-09-20 15:04:24 +00:00
Upgradle JUnit to 4.13 (#442)
* Upgradle JUnit to 4.13 Removed third_party/junit folder and all usage of the JunitBackPort class. As a result, third_party is no longer a Gradle subproject. Minor code changes were needed to work around an error-prone pattern: multiple statement in assertThrows' runnable lambda. Also third_party/activation and third_party/jsch. These dependencies are loaded from remote maven repo. The local copies are not in use.
This commit is contained in:
@@ -158,7 +158,6 @@ dependencies {
|
||||
testCompile deps['org.testcontainers:postgresql']
|
||||
testCompile deps['org.testcontainers:testcontainers']
|
||||
testCompile project(path: ':common', configuration: 'testing')
|
||||
testCompile project(':third_party')
|
||||
}
|
||||
|
||||
flywayInfo.dependsOn('buildNeeded')
|
||||
|
||||
@@ -16,7 +16,7 @@ com.kohlschutter.junixsocket:junixsocket-native-common:2.0.4
|
||||
javax.activation:javax.activation-api:1.2.0
|
||||
javax.annotation:javax.annotation-api:1.3.2
|
||||
javax.xml.bind:jaxb-api:2.3.1
|
||||
junit:junit:4.12
|
||||
junit:junit:4.13
|
||||
net.java.dev.jna:jna-platform:5.3.1
|
||||
net.java.dev.jna:jna:5.3.1
|
||||
org.apache.commons:commons-compress:1.19
|
||||
|
||||
@@ -16,7 +16,7 @@ com.kohlschutter.junixsocket:junixsocket-native-common:2.0.4
|
||||
javax.activation:javax.activation-api:1.2.0
|
||||
javax.annotation:javax.annotation-api:1.3.2
|
||||
javax.xml.bind:jaxb-api:2.3.1
|
||||
junit:junit:4.12
|
||||
junit:junit:4.13
|
||||
net.java.dev.jna:jna-platform:5.3.1
|
||||
net.java.dev.jna:jna:5.3.1
|
||||
org.apache.commons:commons-compress:1.19
|
||||
|
||||
@@ -18,7 +18,7 @@ io.github.java-diff-utils:java-diff-utils:4.0
|
||||
javax.activation:javax.activation-api:1.2.0
|
||||
javax.annotation:javax.annotation-api:1.3.2
|
||||
javax.xml.bind:jaxb-api:2.3.1
|
||||
junit:junit:4.12
|
||||
junit:junit:4.13
|
||||
net.java.dev.jna:jna-platform:5.3.1
|
||||
net.java.dev.jna:jna:5.3.1
|
||||
org.apache.commons:commons-compress:1.19
|
||||
|
||||
@@ -36,7 +36,7 @@ io.github.java-diff-utils:java-diff-utils:4.0
|
||||
javax.activation:javax.activation-api:1.2.0
|
||||
javax.annotation:javax.annotation-api:1.3.2
|
||||
javax.xml.bind:jaxb-api:2.3.1
|
||||
junit:junit:4.12
|
||||
junit:junit:4.13
|
||||
net.java.dev.jna:jna-platform:5.3.1
|
||||
net.java.dev.jna:jna:5.3.1
|
||||
org.apache.commons:commons-compress:1.19
|
||||
|
||||
Reference in New Issue
Block a user