mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-07 04:41:12 +01:00
Remove dependency on deprecated com.ginsberg:junit5-system-exit library
This commit is contained in:
parent
391549a7d6
commit
3e96af5450
5 changed files with 56 additions and 155 deletions
|
|
@ -32,8 +32,6 @@ dependencies {
|
|||
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
// https://todd.ginsberg.com/post/testing-system-exit/
|
||||
testImplementation 'com.ginsberg:junit5-system-exit:1.1.2'
|
||||
|
||||
// implementation "ch.qos.logback:logback-core:1.2.6"
|
||||
// We want logback logging in tests and in the app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue