Skip to content

Commit

Permalink
GH-40549: [Java] Revert bump org.apache.maven.plugins:maven-shade-plu…
Browse files Browse the repository at this point in the history
…gin from 3.2.4 to 3.5.2 in /java (#40462)" (#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: #40549

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
raulcd committed Apr 5, 2024
1 parent 110efed commit 925ca66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/flight/flight-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
issues in the arrow-tools tests looking up FlatBuffer
dependencies.
-->
<version>3.5.2</version>
<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 @@ -449,7 +449,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
2 changes: 1 addition & 1 deletion java/vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
issues in the arrow-tools tests looking up FlatBuffer
dependencies.
-->
<version>3.5.2</version>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 925ca66

Please sign in to comment.