We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913e001 commit a980817Copy full SHA for a980817
java/app/build.gradle
@@ -69,6 +69,7 @@ dependencies {
69
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
70
testImplementation "org.mockito:mockito-core:$mockitoVersion"
71
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
72
+ testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.9.0"
73
testImplementation "org.hamcrest:hamcrest-library:2.2"
74
testImplementation "org.testcontainers:junit-jupiter:1.17.6"
75
testImplementation "org.testcontainers:postgresql:1.17.6"
0 commit comments