Skip to content

Commit c8f9eb7

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 <[email protected]> Closes #10198 from srowen/SPARK-11652.2. (cherry picked from commit e3735ce) Signed-off-by: Sean Owen <[email protected]>
1 parent 8a791a3 commit c8f9eb7

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
@@ -478,7 +478,7 @@
478478
<version>${commons.math3.version}</version>
479479
</dependency>
480480
<dependency>
481-
<groupId>org.apache.commons</groupId>
481+
<groupId>commons-collections</groupId>
482482
<artifactId>commons-collections</artifactId>
483483
<version>${commons.collections.version}</version>
484484
</dependency>

0 commit comments

Comments
 (0)