Skip to content

Commit d815118

Browse files
pan3793dongjoon-hyun
authored andcommitted
[SPARK-48230][BUILD] Remove unused jodd-core
### What changes were proposed in this pull request? Remove a jar that has CVE GHSA-jrg3-qq99-35g7 ### Why are the changes needed? Previously, `jodd-core` came from Hive transitive deps, while apache/hive#5151 (Hive 2.3.10) cut it out, so we can remove it from Spark now. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #46520 from pan3793/SPARK-48230. Authored-by: Cheng Pan <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 2df494f commit d815118

File tree

5 files changed

+0
-36
lines changed

5 files changed

+0
-36
lines changed

LICENSE-binary

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ com.esotericsoftware:reflectasm
436436
org.codehaus.janino:commons-compiler
437437
org.codehaus.janino:janino
438438
jline:jline
439-
org.jodd:jodd-core
440439
com.github.wendykierp:JTransforms
441440
pl.edu.icm:JLargeArrays
442441

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ jline/2.14.6//jline-2.14.6.jar
143143
jline/3.24.1//jline-3.24.1.jar
144144
jna/5.13.0//jna-5.13.0.jar
145145
joda-time/2.12.7//joda-time-2.12.7.jar
146-
jodd-core/3.5.2//jodd-core-3.5.2.jar
147146
jpam/1.1//jpam-1.1.jar
148147
json/1.8//json-1.8.jar
149148
json4s-ast_2.13/4.0.7//json4s-ast_2.13-4.0.7.jar

licenses-binary/LICENSE-jodd.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
<janino.version>3.1.9</janino.version>
202202
<jersey.version>3.0.12</jersey.version>
203203
<joda.version>2.12.7</joda.version>
204-
<jodd.version>3.5.2</jodd.version>
205204
<jsr305.version>3.0.0</jsr305.version>
206205
<jaxb.version>2.2.11</jaxb.version>
207206
<libthrift.version>0.16.0</libthrift.version>
@@ -2783,11 +2782,6 @@
27832782
<artifactId>joda-time</artifactId>
27842783
<version>${joda.version}</version>
27852784
</dependency>
2786-
<dependency>
2787-
<groupId>org.jodd</groupId>
2788-
<artifactId>jodd-core</artifactId>
2789-
<version>${jodd.version}</version>
2790-
</dependency>
27912785
<dependency>
27922786
<groupId>org.datanucleus</groupId>
27932787
<artifactId>datanucleus-core</artifactId>

sql/hive/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@
152152
<groupId>joda-time</groupId>
153153
<artifactId>joda-time</artifactId>
154154
</dependency>
155-
<dependency>
156-
<groupId>org.jodd</groupId>
157-
<artifactId>jodd-core</artifactId>
158-
</dependency>
159155
<dependency>
160156
<groupId>com.google.code.findbugs</groupId>
161157
<artifactId>jsr305</artifactId>

0 commit comments

Comments
 (0)