You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/12/08 15:34:54 UTC

spark git commit: [SPARK-11652][CORE] Remote code execution with InvokerTransformer

Repository: spark
Updated Branches:
  refs/heads/master da2012a0e -> e3735ce16


[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 <so...@cloudera.com>

Closes #10198 from srowen/SPARK-11652.2.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e3735ce1
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e3735ce1
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e3735ce1

Branch: refs/heads/master
Commit: e3735ce1602826f0a8e0ca9e08730923843449ee
Parents: da2012a
Author: Sean Owen <so...@cloudera.com>
Authored: Tue Dec 8 14:34:47 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Tue Dec 8 14:34:47 2015 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/e3735ce1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ae2ff88..5daca03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -478,7 +478,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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org