File tree 1 file changed +2
-8
lines changed 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,8 @@ dependencies {
92
92
runtimeOnly(" commons-collections:commons-collections" ) {
93
93
because(" Compatibility for old plugins" )
94
94
}
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" )
103
97
implementation(" org.apache.commons:commons-collections4" )
104
98
implementation(" org.apache.commons:commons-math3" ) {
105
99
because(" Mean, DescriptiveStatistics" )
You can’t perform that action at this time.
0 commit comments