Skip to content

Commit

Permalink
Add back bytebuddy and remove eclipse-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentgo committed Apr 2, 2024
1 parent 992e696 commit 06b92a7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions java/flight/flight-sql-jdbc-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
<pattern>io.</pattern>
<shadedPattern>org.apache.arrow.driver.jdbc.shaded.io.</shadedPattern>
</relocation>
<relocation>
<pattern>net.</pattern>
<shadedPattern>org.apache.arrow.driver.jdbc.shaded.net.</shadedPattern>
</relocation>
<relocation>
<pattern>mozilla.</pattern>
<shadedPattern>org.apache.arrow.driver.jdbc.shaded.mozilla.</shadedPattern>
Expand Down Expand Up @@ -144,13 +148,6 @@
<exclude>META-INF/services/java.sql.Driver</exclude>
</excludes>
</filter>
<filter>
<artifact>org.eclipse.collections:*</artifact>
<excludes>
<exclude>about.html</exclude>
<exclude>LICENSE-*-1.0.txt</exclude>
</excludes>
</filter>
<filter>
<artifact>*:*</artifact>
<excludes>
Expand Down

0 comments on commit 06b92a7

Please sign in to comment.