mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
integration-test: add support for "Vintage" tests
This commit is contained in:
parent
b95d526a0e
commit
6bd2785b64
@ -10,7 +10,12 @@ dependencies {
|
||||
testImplementation 'org.slf4j:slf4j-jdk14:1.7.36'
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params:5.8.2"
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.easymock:easymock:4.3'
|
||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.10'
|
||||
testImplementation 'org.hamcrest:hamcrest-library:2.2'
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
|
||||
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.8.2"
|
||||
}
|
||||
|
||||
sourceCompatibility = 11
|
||||
|
Loading…
Reference in New Issue
Block a user