Skip to content

Commit c7c9985

Browse files
committed
[SPARK-11652][CORE] Remote code execution with InvokerTransformer
Fix commons-collection group ID to commons-collections for version 3.x Patches earlier PR at #9731 Author: Sean Owen <sowen@cloudera.com> Closes #10198 from srowen/SPARK-11652.2. (cherry picked from commit e3735ce) Signed-off-by: Sean Owen <sowen@cloudera.com>
1 parent b6ba2da commit c7c9985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
<version>${commons.math3.version}</version>
422422
</dependency>
423423
<dependency>
424-
<groupId>org.apache.commons</groupId>
424+
<groupId>commons-collections</groupId>
425425
<artifactId>commons-collections</artifactId>
426426
<version>${commons.collections.version}</version>
427427
</dependency>

0 commit comments

Comments
 (0)