Skip to content

Commit 4b272cb

Browse files
authored
Update pom.xml
1 parent 6c25a66 commit 4b272cb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

iceberg/iceberg-catalog/pom.xml

-15
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,6 @@
3232
<groupId>org.apache.hive</groupId>
3333
<artifactId>hive-iceberg-shading</artifactId>
3434
</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-
<dependency>
44-
<groupId>org.apache.iceberg</groupId>
45-
<artifactId>iceberg-core</artifactId>
46-
<version>${iceberg.version}</version>
47-
<optional>true</optional>
48-
</dependency>
49-
-->
5035
<dependency>
5136
<groupId>org.apache.avro</groupId>
5237
<artifactId>avro</artifactId>

0 commit comments

Comments
 (0)