Repository: spark Updated Branches: refs/heads/branch-1.5 2f30927a5 -> 4b99f72f7
[SPARK-11652][CORE] Remote code execution with InvokerTransformer Fix commons-collection group ID to commons-collections for version 3.x Patches earlier PR at https://github.com/apache/spark/pull/9731 Author: Sean Owen <[email protected]> Closes #10198 from srowen/SPARK-11652.2. (cherry picked from commit e3735ce1602826f0a8e0ca9e08730923843449ee) Signed-off-by: Sean Owen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4b99f72f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4b99f72f Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4b99f72f Branch: refs/heads/branch-1.5 Commit: 4b99f72f76662a47c1b3e28c7ac5202547ea509c Parents: 2f30927 Author: Sean Owen <[email protected]> Authored: Tue Dec 8 14:34:47 2015 +0000 Committer: Sean Owen <[email protected]> Committed: Tue Dec 8 14:35:14 2015 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/4b99f72f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index df18ce1..3c745c2 100644 --- a/pom.xml +++ b/pom.xml @@ -449,7 +449,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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
