Repository: spark Updated Branches: refs/heads/branch-1.4 b6ba2dab2 -> c7c99857d
[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/c7c99857 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c7c99857 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c7c99857 Branch: refs/heads/branch-1.4 Commit: c7c99857d47e4ca8373ee9ac59e108a9c443dd05 Parents: b6ba2da 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:30 2015 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/c7c99857/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 73de689..1268f55 100644 --- a/pom.xml +++ b/pom.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
