Skip to content

Commit

Permalink
apacheGH-40549: [Java] Revert bump org.apache.maven.plugins:maven-sha…
Browse files Browse the repository at this point in the history
…de-plugin from 3.2.4 to 3.5.2 in /java (apache#40462)" (apache#41006)

This reverts commit 8ee9679.

### Rationale for this change

Spark integration tests are failing due to this bump.

### What changes are included in this PR?

Revert bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.2 

### Are these changes tested?
Via CI.

### Are there any user-facing changes?

They shouldn't
* GitHub Issue: apache#40549

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
raulcd authored and rok committed May 8, 2024
1 parent ba2652d commit 5cd1188
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions java/flight/flight-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<!--
Downgrade maven-shade-plugin specifically for this module.
Using a newer version up to at least 3.5.1 will cause
issues in the arrow-tools tests looking up FlatBuffer
dependencies.
-->
<version>3.2.4</version>
<executions>
<execution>
<id>shade-main</id>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.1</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions java/vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<!--
Downgrade maven-shade-plugin specifically for this module.
Using a newer version up to at least 3.5.1 will cause
issues in the arrow-tools tests looking up FlatBuffer
dependencies.
-->
<version>3.2.4</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 5cd1188

Please sign in to comment.