Skip to content

Commit bd41f0d

Browse files
author
Alexey Kudinkin
committed
Fixed all Hive deps to exclude any transitive HBase deps
1 parent 7dd803f commit bd41f0d

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

packaging/hudi-utilities-bundle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
<exclusions>
387387
<exclusion>
388388
<groupId>org.apache.hbase</groupId>
389-
<artifactId>hbase-common</artifactId>
389+
<artifactId>*</artifactId>
390390
</exclusion>
391391
</exclusions>
392392
</dependency>
@@ -413,7 +413,7 @@
413413
<exclusions>
414414
<exclusion>
415415
<groupId>org.apache.hbase</groupId>
416-
<artifactId>hbase-client</artifactId>
416+
<artifactId>*</artifactId>
417417
</exclusion>
418418
</exclusions>
419419
</dependency>

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,10 @@
11231123
<groupId>org.apache.hbase</groupId>
11241124
<artifactId>hbase-common</artifactId>
11251125
</exclusion>
1126+
<exclusion>
1127+
<groupId>org.apache.hbase</groupId>
1128+
<artifactId>*</artifactId>
1129+
</exclusion>
11261130
</exclusions>
11271131
</dependency>
11281132
<dependency>
@@ -1213,7 +1217,7 @@
12131217
</exclusion>
12141218
<exclusion>
12151219
<groupId>org.apache.hbase</groupId>
1216-
<artifactId>hbase-client</artifactId>
1220+
<artifactId>*</artifactId>
12171221
</exclusion>
12181222
</exclusions>
12191223
</dependency>
@@ -1243,6 +1247,10 @@
12431247
<groupId>log4j</groupId>
12441248
<artifactId>log4j</artifactId>
12451249
</exclusion>
1250+
<exclusion>
1251+
<groupId>org.apache.hbase</groupId>
1252+
<artifactId>*</artifactId>
1253+
</exclusion>
12461254
</exclusions>
12471255
</dependency>
12481256
<dependency>
@@ -1276,6 +1284,10 @@
12761284
<groupId>log4j</groupId>
12771285
<artifactId>log4j</artifactId>
12781286
</exclusion>
1287+
<exclusion>
1288+
<groupId>org.apache.hbase</groupId>
1289+
<artifactId>*</artifactId>
1290+
</exclusion>
12791291
</exclusions>
12801292
</dependency>
12811293
<dependency>
@@ -1324,6 +1336,10 @@
13241336
<groupId>log4j</groupId>
13251337
<artifactId>log4j</artifactId>
13261338
</exclusion>
1339+
<exclusion>
1340+
<groupId>org.apache.hbase</groupId>
1341+
<artifactId>*</artifactId>
1342+
</exclusion>
13271343
</exclusions>
13281344
</dependency>
13291345

0 commit comments

Comments
 (0)