Skip to content

Commit

Permalink
[SPARK-44032][BUILD] Remove threeten-extra exclusion in `enforceByt…
Browse files Browse the repository at this point in the history
…ecodeVersion` rule

### What changes were proposed in this pull request?

This PR aims to remove an exclusion for `threeten-extra` dependency in `enforceBytecodeVersion` rule.

### Why are the changes needed?

`threeteen-extra` library has no problem with Apache Spark 4.0.0 because Spark's minimum JDK is 17.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#43504 from dongjoon-hyun/SPARK-44032.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
dongjoon-hyun committed Oct 24, 2023
1 parent 6e6aa2e commit 28ac702
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2857,12 +2857,6 @@
<maxJdkVersion>${java.version}</maxJdkVersion>
<ignoredScopes>test</ignoredScopes>
<ignoredScopes>provided</ignoredScopes>
<excludes>
<!--
TODO(SPARK-44032): Remove the exclusion of threeten-extra when orc-core fixes the violation
-->
<exclude>org.threeten:threeten-extra</exclude>
</excludes>
</enforceBytecodeVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 28ac702

Please sign in to comment.