Skip to content

Commit 53eb57e

Browse files
committed
relocate necessary dependencies
1 parent 24d348b commit 53eb57e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pom.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.oceanbase</groupId>
66
<artifactId>obkv-table-client</artifactId>
7-
<version>2.1.0.1</version>
7+
<version>2.1.0.1-SNAPSHOT</version>
88

99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>OceanBase JavaClient for TableApi</description>
@@ -416,11 +416,19 @@
416416
<relocations>
417417
<relocation>
418418
<pattern>com.alipay.sofa.common</pattern>
419-
<shadedPattern>com.shaded.alipay.sofa.common</shadedPattern>
419+
<shadedPattern>com.oceanbase.shaded.com.alipay.sofa.common</shadedPattern>
420420
</relocation>
421421
<relocation>
422422
<pattern>com.alipay.remoting</pattern>
423-
<shadedPattern>com.shaded.alipay.remoting</shadedPattern>
423+
<shadedPattern>com.oceanbase.shaded.com.alipay.remoting</shadedPattern>
424+
</relocation>
425+
<relocation>
426+
<pattern>com.google.protobuf</pattern>
427+
<shadedPattern>com.oceanbase.shaded.com.google.protobuf</shadedPattern>
428+
</relocation>
429+
<relocation>
430+
<pattern>io.netty</pattern>
431+
<shadedPattern>com.oceanbase.shaded.io.netty</shadedPattern>
424432
</relocation>
425433
</relocations>
426434
</configuration>

0 commit comments

Comments
 (0)