Skip to content

Commit

Permalink
Downgrade maven-shade-plugin to 3.2.4 for arrow-vector only
Browse files Browse the repository at this point in the history
There are issues looking up FlatBuffers in the arrow-tools
tests if arrow-vector gets shaded with a newer version up to
at least 3.5.1.
  • Loading branch information
jduo committed Nov 24, 2023
1 parent 2e726e8 commit 404a0d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions java/vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,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>
<phase>package</phase>
Expand Down

0 comments on commit 404a0d5

Please sign in to comment.