Skip to content

Commit

Permalink
[SPARK-11652][CORE] Remote code execution with InvokerTransformer
Browse files Browse the repository at this point in the history
Fix commons-collection group ID to commons-collections for version 3.x

Patches earlier PR at #9731

Author: Sean Owen <[email protected]>

Closes #10198 from srowen/SPARK-11652.2.

(cherry picked from commit e3735ce)
Signed-off-by: Sean Owen <[email protected]>
  • Loading branch information
srowen committed Dec 8, 2015
1 parent b6ba2da commit c7c9985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
<version>${commons.math3.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons.collections.version}</version>
</dependency>
Expand Down

0 comments on commit c7c9985

Please sign in to comment.