From 4b99f72f76662a47c1b3e28c7ac5202547ea509c Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Tue, 8 Dec 2015 14:34:47 +0000 Subject: [PATCH] [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 Closes #10198 from srowen/SPARK-11652.2. (cherry picked from commit e3735ce1602826f0a8e0ca9e08730923843449ee) Signed-off-by: Sean Owen --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df18ce1c6d52e..3c745c2e8feb5 100644 --- a/pom.xml +++ b/pom.xml @@ -449,7 +449,7 @@ ${commons.math3.version} - org.apache.commons + commons-collections commons-collections ${commons.collections.version}