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 040850a commit 9a500e0Copy full SHA for 9a500e0
build.gradle
@@ -22,6 +22,7 @@ repositories {
22
dependencies {
23
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
24
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
25
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
26
implementation 'com.google.code.findbugs:jsr305:3.0.2'
27
api 'tools.jackson.core:jackson-databind:3.0.1'
28
builtInFormatInferrerSupportImplementation 'commons-validator:commons-validator:1.10.0'
0 commit comments