Skip to content

Commit b8c9251

Browse files
committed
modify pom, exclude hadoop and log4j
1 parent b4f424c commit b8c9251

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

hbase/hbase-side/hbase-async-side/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
<artifactSet>
4545
<excludes>
4646
<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>
4750
</excludes>
4851
</artifactSet>
4952
<filters>

hbase/hbase-sink/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
<configuration>
2828
<artifactSet>
2929
<excludes>
30+
<exclude>org.slf4j:slf4j-log4j12</exclude>
3031
<exclude>org.apache.hadoop:hadoop-common</exclude>
32+
<exclude>org.apache.hadoop:hadoop-auth</exclude>
33+
<exclude>org.apache.hadoop:hadoop-mapreduce-client-core</exclude>
3134
</excludes>
3235
</artifactSet>
3336
<filters>

0 commit comments

Comments
 (0)