File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,9 +94,6 @@ dependencies {
9494 implementation(" org.apache-extras.beanshell:bsh:2.0b6" ) {
9595 because(" Direct dependency required from BeanShellInterpreter" )
9696 }
97- runtimeOnly(" commons-collections:commons-collections" ) {
98- because(" Compatibility for old plugins" )
99- }
10097 implementation(" org.jetbrains.lets-plot:lets-plot-batik" )
10198 implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-jvm" )
10299 implementation(" org.apache.commons:commons-math3" ) {
Original file line number Diff line number Diff line change @@ -92,6 +92,9 @@ dependencies {
9292 runtimeOnly(" commons-codec:commons-codec" ) {
9393 because(" commons-codec was a dependency in previous JMeter versions, so we keep it for compatibility" )
9494 }
95+ runtimeOnly(" commons-collections:commons-collections" ) {
96+ because(" commons-collections was a dependency in previous JMeter versions, so we keep it for compatibility" )
97+ }
9598 runtimeOnly(" org.apache.commons:commons-collections4" ) {
9699 because(" commons-collections4 was a dependency in previous JMeter versions, so we keep it for compatibility" )
97100 }
You can’t perform that action at this time.
0 commit comments