Skip to content

Commit 5542be1

Browse files
committed
chore: remove stale exclusions from lets-plot dependency declarations
1 parent c3a2300 commit 5542be1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/core/build.gradle.kts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,8 @@ dependencies {
9292
runtimeOnly("commons-collections:commons-collections") {
9393
because("Compatibility for old plugins")
9494
}
95-
implementation("org.jetbrains.lets-plot:lets-plot-batik") {
96-
// See https://github.com/JetBrains/lets-plot/issues/471
97-
exclude("org.jetbrains.kotlin", "kotlin-reflect")
98-
}
99-
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm") {
100-
// See https://github.com/JetBrains/lets-plot/issues/471
101-
exclude("org.jetbrains.kotlin", "kotlin-reflect")
102-
}
95+
implementation("org.jetbrains.lets-plot:lets-plot-batik")
96+
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm")
10397
implementation("org.apache.commons:commons-collections4")
10498
implementation("org.apache.commons:commons-math3") {
10599
because("Mean, DescriptiveStatistics")

0 commit comments

Comments
 (0)