Skip to content

Commit 8a43a07

Browse files
author
Alexey Kudinkin
committed
Consolidated exclusions in the root POM
1 parent 6c972c7 commit 8a43a07

3 files changed

Lines changed: 8 additions & 16 deletions

File tree

hudi-utilities/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,6 @@
366366
<groupId>${hive.groupid}</groupId>
367367
<artifactId>hive-service</artifactId>
368368
<version>${hive.version}</version>
369-
<exclusions>
370-
<exclusion>
371-
<groupId>org.apache.hbase</groupId>
372-
<artifactId>hbase-common</artifactId>
373-
</exclusion>
374-
</exclusions>
375369
</dependency>
376370

377371
<!-- Hoodie - Test -->

packaging/hudi-spark-bundle/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,6 @@
365365
<artifactId>servlet-api</artifactId>
366366
<groupId>javax.servlet</groupId>
367367
</exclusion>
368-
<exclusion>
369-
<groupId>org.apache.hbase</groupId>
370-
<artifactId>hbase-common</artifactId>
371-
</exclusion>
372368
</exclusions>
373369
</dependency>
374370

@@ -391,12 +387,6 @@
391387
<artifactId>hive-metastore</artifactId>
392388
<version>${hive.version}</version>
393389
<scope>${spark.bundle.hive.scope}</scope>
394-
<exclusions>
395-
<exclusion>
396-
<groupId>org.apache.hbase</groupId>
397-
<artifactId>hbase-client</artifactId>
398-
</exclusion>
399-
</exclusions>
400390
</dependency>
401391

402392
<dependency>

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,10 @@
10821082
<groupId>log4j</groupId>
10831083
<artifactId>log4j</artifactId>
10841084
</exclusion>
1085+
<exclusion>
1086+
<groupId>org.apache.hbase</groupId>
1087+
<artifactId>hbase-common</artifactId>
1088+
</exclusion>
10851089
</exclusions>
10861090
</dependency>
10871091
<dependency>
@@ -1170,6 +1174,10 @@
11701174
<groupId>log4j</groupId>
11711175
<artifactId>log4j</artifactId>
11721176
</exclusion>
1177+
<exclusion>
1178+
<groupId>org.apache.hbase</groupId>
1179+
<artifactId>hbase-client</artifactId>
1180+
</exclusion>
11731181
</exclusions>
11741182
</dependency>
11751183
<dependency>

0 commit comments

Comments
 (0)