Skip to content

Commit b138bac

Browse files
author
yanxi0227
committed
fix jar conflict
1 parent 9a17a6e commit b138bac

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

hbase/hbase-side/hbase-all-side/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<artifactId>log4j</artifactId>
3030
<groupId>log4j</groupId>
3131
</exclusion>
32+
<exclusion>
33+
<groupId>io.netty</groupId>
34+
<artifactId>netty</artifactId>
35+
</exclusion>
3236
</exclusions>
3337
</dependency>
3438
</dependencies>

hbase/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
<artifactId>log4j</artifactId>
4444
<groupId>log4j</groupId>
4545
</exclusion>
46+
<exclusion>
47+
<groupId>io.netty</groupId>
48+
<artifactId>netty</artifactId>
49+
</exclusion>
4650
</exclusions>
4751
</dependency>
4852

0 commit comments

Comments
 (0)