Skip to content

Commit 4b99f72

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 apache#9731 Author: Sean Owen <sowen@cloudera.com> Closes apache#10198 from srowen/SPARK-11652.2. (cherry picked from commit e3735ce) Signed-off-by: Sean Owen <sowen@cloudera.com>
1 parent 2f30927 commit 4b99f72

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
@@ -449,7 +449,7 @@
449449
<version>${commons.math3.version}</version>
450450
</dependency>
451451
<dependency>
452-
<groupId>org.apache.commons</groupId>
452+
<groupId>commons-collections</groupId>
453453
<artifactId>commons-collections</artifactId>
454454
<version>${commons.collections.version}</version>
455455
</dependency>

0 commit comments

Comments
 (0)