We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa78c26 commit 23a8dd2Copy full SHA for 23a8dd2
1 file changed
pom.xml
@@ -1135,6 +1135,15 @@ under the License.
1135
<ignoreClass>com.google.thirdparty.publicsuffix.PublicSuffixType</ignoreClass>
1136
</ignoreClasses>
1137
</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>
1147
</dependencies>
1148
<findAllDuplicates>true</findAllDuplicates>
1149
<ignoreWhenIdentical>true</ignoreWhenIdentical>
0 commit comments