This is an automated email from the ASF dual-hosted git repository.
yunqing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 1385e370c [INLONG-7335][Sort] Fix Hbase connector lost spi file when
shade (#7336)
1385e370c is described below
commit 1385e370ce521108ed87fe206c32a91eacaf73bd
Author: Xin Gong <[email protected]>
AuthorDate: Wed Feb 8 16:09:45 2023 +0800
[INLONG-7335][Sort] Fix Hbase connector lost spi file when shade (#7336)
---
inlong-sort/sort-connectors/hbase/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/inlong-sort/sort-connectors/hbase/pom.xml
b/inlong-sort/sort-connectors/hbase/pom.xml
index fd26a1485..019ae7819 100644
--- a/inlong-sort/sort-connectors/hbase/pom.xml
+++ b/inlong-sort/sort-connectors/hbase/pom.xml
@@ -91,6 +91,7 @@
<resource>hbase-default.xml</resource>
<file>hbase-default.xml</file>
</transformer>
+ <transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
/>
</transformers>
<shadeTestJar>false</shadeTestJar>
<artifactSet>