Skip to content

Commit

Permalink
[Java] Restore JUnit 4 Vintage support to enable collection conforman…
Browse files Browse the repository at this point in the history
…ce tests
  • Loading branch information
vyazelenko committed Jan 3, 2020
1 parent febd3b2 commit f34db77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ project(':agrona') {

dependencies {
testImplementation 'com.google.guava:guava-testlib:28.1-jre'
// Compatibility with JUnit 4
testRuntimeOnly "junit:junit:4.12"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitVersion}"
}

uploadArchives {
Expand Down

0 comments on commit f34db77

Please sign in to comment.