We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c25a66 commit 4b272cbCopy full SHA for 4b272cb
iceberg/iceberg-catalog/pom.xml
@@ -32,21 +32,6 @@
32
<groupId>org.apache.hive</groupId>
33
<artifactId>hive-iceberg-shading</artifactId>
34
</dependency>
35
- <!-- Intellij dislikes shaded Iceberg: uncomment the following block helps when coding/debugging -->
36
- <!--
37
- <dependency>
38
- <groupId>org.apache.iceberg</groupId>
39
- <artifactId>iceberg-api</artifactId>
40
- <version>${iceberg.version}</version>
41
- <optional>true</optional>
42
- </dependency>
43
44
45
- <artifactId>iceberg-core</artifactId>
46
47
48
49
- -->
50
<dependency>
51
<groupId>org.apache.avro</groupId>
52
<artifactId>avro</artifactId>
0 commit comments