File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments