Skip to content

Commit 8628c98

Browse files
committed
jsr
1 parent 7abd2d4 commit 8628c98

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

buildSrc/src/main/kotlin/toolkit-intellij-subplugin.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ configurations {
3939
exclude(group = "com.fasterxml.jackson.core")
4040
exclude(group = "com.fasterxml.jackson.module", "jackson-module-kotlin")
4141
exclude(group = "com.fasterxml.jackson.dataformat", "jackson-dataformat-yaml")
42-
exclude(group = "com.fasterxml.jackson.datatype", "jackson-datatype-jsr310")
4342
}
4443

4544
configureEach {

buildSrc/src/main/kotlin/toolkit-publish-root-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ configurations {
7070
exclude(group = "com.fasterxml.jackson.core")
7171
exclude(group = "com.fasterxml.jackson.module", "jackson-module-kotlin")
7272
exclude(group = "com.fasterxml.jackson.dataformat", "jackson-dataformat-yaml")
73-
exclude(group = "com.fasterxml.jackson.datatype", "jackson-datatype-jsr310")
7473
}
7574
}
7675

0 commit comments

Comments
 (0)