File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 162
162
<!-- commons-httpclient/commons-httpclient-->
163
163
<httpclient .classic.version>3.1</httpclient .classic.version>
164
164
<commons .math3.version>3.4.1</commons .math3.version>
165
+ <!-- managed up from 3.2.1 for SPARK-11652 -->
166
+ <commons .collections.version>3.2.2</commons .collections.version>
165
167
<scala .version>2.10.5</scala .version>
166
168
<scala .binary.version>2.10</scala .binary.version>
167
169
<jline .version>${scala.version} </jline .version>
475
477
<artifactId >commons-math3</artifactId >
476
478
<version >${commons.math3.version} </version >
477
479
</dependency >
480
+ <dependency >
481
+ <groupId >org.apache.commons</groupId >
482
+ <artifactId >commons-collections</artifactId >
483
+ <version >${commons.collections.version} </version >
484
+ </dependency >
478
485
<dependency >
479
486
<groupId >org.apache.ivy</groupId >
480
487
<artifactId >ivy</artifactId >
You can’t perform that action at this time.
0 commit comments