File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ kotest-bom = "io.kotest:kotest-bom:6.1.1"
3737kotest-runner = { module = " io.kotest:kotest-runner-junit5" }
3838kotest-table = { module = " io.kotest:kotest-assertions-table" }
3939mockk = " io.mockk:mockk:1.14.7"
40- classgraph = " io.github.classgraph:classgraph:4.8.165"
4140
4241# for buildSrc convention plugins
4342plugin-build = { module = " io.openapiprocessor:build-plugins" , version.ref = " build-plugins" }
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments