Skip to content

Commit

Permalink
Fix remote build of ConcatenatingConfigTest (#8282)
Browse files Browse the repository at this point in the history
It was missing the JUnit dependency.
  • Loading branch information
ulfjack authored May 7, 2020
1 parent db60ce7 commit 6f23c59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ java_test_suite(
artifact("com.beust:jcommander"),
artifact("com.google.guava:guava"),
artifact("io.ous:jtoml"),
artifact("junit:junit"),
artifact("org.assertj:assertj-core"),
],
)

0 comments on commit 6f23c59

Please sign in to comment.