We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98af928 commit aab74c0Copy full SHA for aab74c0
json-schema-validator-bom/build.gradle.kts
@@ -11,6 +11,7 @@ dependencies {
11
constraints {
12
api(project(":json-schema-validator"))
13
api(project(":io-jackson"))
14
+ api(project(":io-jackson3"))
15
api(project(":io-snakeyaml"))
16
api(project(":io-interfaces"))
17
}
0 commit comments