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 162162 <!-- commons-httpclient/commons-httpclient-->
163163 <httpclient .classic.version>3.1</httpclient .classic.version>
164164 <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>
165167 <scala .version>2.10.5</scala .version>
166168 <scala .binary.version>2.10</scala .binary.version>
167169 <jline .version>${scala.version} </jline .version>
475477 <artifactId >commons-math3</artifactId >
476478 <version >${commons.math3.version} </version >
477479 </dependency >
480+ <dependency >
481+ <groupId >org.apache.commons</groupId >
482+ <artifactId >commons-collections</artifactId >
483+ <version >${commons.collections.version} </version >
484+ </dependency >
478485 <dependency >
479486 <groupId >org.apache.ivy</groupId >
480487 <artifactId >ivy</artifactId >
You can’t perform that action at this time.
0 commit comments