We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f424c commit b8c9251Copy full SHA for b8c9251
2 files changed
hbase/hbase-side/hbase-async-side/pom.xml
@@ -44,6 +44,9 @@
44
<artifactSet>
45
<excludes>
46
<exclude>org.slf4j:slf4j-log4j12</exclude>
47
+ <exclude>org.apache.hadoop:hadoop-common</exclude>
48
+ <exclude>org.apache.hadoop:hadoop-auth</exclude>
49
+ <exclude>org.apache.hadoop:hadoop-mapreduce-client-core</exclude>
50
</excludes>
51
</artifactSet>
52
<filters>
hbase/hbase-sink/pom.xml
@@ -27,7 +27,10 @@
27
<configuration>
28
29
30
+ <exclude>org.slf4j:slf4j-log4j12</exclude>
31
<exclude>org.apache.hadoop:hadoop-common</exclude>
32
33
34
35
36
0 commit comments