This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ec328466 Exclude `package-info.class` from shaded fastutil (#3322)
7ec328466 is described below

commit 7ec32846663782846615e835bd06859c75b8f6b0
Author: Jeronimo López <[email protected]>
AuthorDate: Tue Dec 9 21:39:22 2025 +0100

    Exclude `package-info.class` from shaded fastutil (#3322)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index bf3b68b90..a4c3701df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,6 +335,12 @@
                       <exclude>**</exclude>
                     </excludes>
                   </filter>
+                  <filter>
+                    <artifact>it.unimi.dsi:fastutil</artifact>
+                    <excludes>
+                      
<exclude>it/unimi/dsi/fastutil/**/package-info.class</exclude>
+                    </excludes>
+                  </filter>
                 </filters>
                 <relocations>
                   <relocation>

Reply via email to