We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46e8a11 + e335c6e commit 6e3dcacCopy full SHA for 6e3dcac
pom.xml
@@ -373,6 +373,10 @@
373
<groupId>org.apache.hbase</groupId>
374
<artifactId>hbase-common</artifactId>
375
</exclusion>
376
+ <exclusion>
377
+ <groupId>org.apache.hadoop</groupId>
378
+ <artifactId>hadoop-common</artifactId>
379
+ </exclusion>
380
</exclusions>
381
</dependency>
382
<dependency>
@@ -421,6 +425,10 @@
421
425
<groupId>org.apache.htrace</groupId>
422
426
<artifactId>htrace-core</artifactId>
423
427
428
429
430
431
424
432
433
434
0 commit comments