浏览代码

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

许道杰 4 年之前
父节点
当前提交
fede3b3d1d
共有 3 个文件被更改,包括 8 次插入2 次删除
  1. 1 1
      client-adapter/hbase/pom.xml
  2. 6 0
      client-adapter/launcher/pom.xml
  3. 1 1
      client-adapter/pom.xml

+ 1 - 1
client-adapter/hbase/pom.xml

@@ -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 - 0
client-adapter/launcher/pom.xml

@@ -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
client-adapter/pom.xml

@@ -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>