fix #3126 将hbase-client依赖修改为hbase-shaded-client (#3127)

This commit is contained in:
许道杰
2021-04-16 21:24:44 +08:00
committed by GitHub
parent 5d8ec31bc4
commit fede3b3d1d
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<artifactId>hbase-shaded-client</artifactId>
<version>1.1.2</version>
<exclusions>
<exclusion>
+6
View File
@@ -69,6 +69,12 @@
<artifactId>mssql-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded-client</artifactId>
<scope>runtime</scope>
</dependency>
<!-- outer adapter jar with dependencies-->
<dependency>
<groupId>com.alibaba.otter</groupId>
+1 -1
View File
@@ -192,7 +192,7 @@
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<artifactId>hbase-shaded-client</artifactId>
<version>1.1.2</version>
<exclusions>
<exclusion>