netty-all dependency
This commit is contained in:
parent
6994550803
commit
7f53e25275
|
@ -156,7 +156,12 @@
|
||||||
<version>2.6.6</version>
|
<version>2.6.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!--https://mvnrepository.com/artifact/io.netty/netty-all-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.netty</groupId>
|
||||||
|
<artifactId>netty-all</artifactId>
|
||||||
|
<version>4.0.42.Final</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-client</artifactId>
|
<artifactId>hbase-client</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue