Skip to content

Commit 8fe8334

Browse files
committed
unused
1 parent 34dd1f6 commit 8fe8334

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ kotest-bom = "io.kotest:kotest-bom:6.1.1"
3737
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
3838
kotest-table = { module = "io.kotest:kotest-assertions-table" }
3939
mockk = "io.mockk:mockk:1.14.7"
40-
classgraph = "io.github.classgraph:classgraph:4.8.165"
4140

4241
# for buildSrc convention plugins
4342
plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }

json-schema-validator/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ dependencies {
1616
testImplementation(libs.jackson.databind)
1717
testImplementation(libs.jackson.yaml)
1818
testImplementation(libs.jackson.kotlin)
19-
testImplementation(libs.classgraph)
2019
testImplementation(libs.logback)
2120

2221
constraints {

0 commit comments

Comments
 (0)