We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dd1f6 commit 8fe8334Copy full SHA for 8fe8334
2 files changed
gradle/libs.versions.toml
@@ -37,7 +37,6 @@ kotest-bom = "io.kotest:kotest-bom:6.1.1"
37
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
38
kotest-table = { module = "io.kotest:kotest-assertions-table" }
39
mockk = "io.mockk:mockk:1.14.7"
40
-classgraph = "io.github.classgraph:classgraph:4.8.165"
41
42
# for buildSrc convention plugins
43
plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }
json-schema-validator/build.gradle.kts
@@ -16,7 +16,6 @@ dependencies {
16
testImplementation(libs.jackson.databind)
17
testImplementation(libs.jackson.yaml)
18
testImplementation(libs.jackson.kotlin)
19
- testImplementation(libs.classgraph)
20
testImplementation(libs.logback)
21
22
constraints {
0 commit comments