Skip to content

Commit 23a8dd2

Browse files
committed
fix: add enforcer ignore for Iceberg uber jar duplicate classes
1 parent aa78c26 commit 23a8dd2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,15 @@ under the License.
11351135
<ignoreClass>com.google.thirdparty.publicsuffix.PublicSuffixType</ignoreClass>
11361136
</ignoreClasses>
11371137
</dependency>
1138+
<!-- Iceberg uber jar bundles jetbrains annotations -->
1139+
<dependency>
1140+
<groupId>org.apache.iceberg</groupId>
1141+
<artifactId>*</artifactId>
1142+
<ignoreClasses>
1143+
<ignoreClass>org.jetbrains.annotations.*</ignoreClass>
1144+
<ignoreClass>org.intellij.lang.annotations.*</ignoreClass>
1145+
</ignoreClasses>
1146+
</dependency>
11381147
</dependencies>
11391148
<findAllDuplicates>true</findAllDuplicates>
11401149
<ignoreWhenIdentical>true</ignoreWhenIdentical>

0 commit comments

Comments
 (0)