Skip to content

Commit 5680469

Browse files
committed
clean up
1 parent e00f757 commit 5680469

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ openapi-processor-parser-api = { module = "io.openapiprocessor:openapi-processor
1717
openapi-processor-parser-swagger = { module = "io.openapiprocessor:openapi-processor-core-parser-swagger", version.ref = "base" }
1818
openapi-processor-parser-openapi4j = { module ="io.openapiprocessor:openapi-processor-core-parser-openapi4j", version.ref = "base" }
1919

20-
jackson-bom = "com.fasterxml.jackson:jackson-bom:2.17.0"
21-
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
22-
jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
23-
jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin" }
24-
2520
checker = "org.checkerframework:checker:3.43.0"
2621
jimfs = "com.google.jimfs:jimfs:1.3.0"
2722
slf4j = "org.slf4j:slf4j-api:2.0.13"
@@ -39,9 +34,6 @@ plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.
3934
plugin-checker = "org.checkerframework:checkerframework-gradle-plugin:0.6.5"
4035
plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.46.0"
4136

42-
[bundles]
43-
jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin"]
44-
4537
[plugins]
4638
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
4739
nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }

0 commit comments

Comments
 (0)