modify shade pattern from shade.x to org.tikv.shade.x (#132)

Signed-off-by: birdstorm <samuelwyf@hotmail.com>
This commit is contained in:
birdstorm 2021-02-24 21:11:00 +09:00 committed by GitHub
parent 1a7d5805cc
commit b979acdae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -397,19 +397,19 @@
<relocations>
<relocation>
<pattern>io.grpc</pattern>
<shadedPattern>shade.io.grpc</shadedPattern>
<shadedPattern>org.tikv.shade.io.grpc</shadedPattern>
</relocation>
<relocation>
<pattern>com.google</pattern>
<shadedPattern>shade.com.google</shadedPattern>
<shadedPattern>org.tikv.shade.com.google</shadedPattern>
</relocation>
<relocation>
<pattern>io.netty</pattern>
<shadedPattern>shade.io.netty</shadedPattern>
<shadedPattern>org.tikv.shade.io.netty</shadedPattern>
</relocation>
<relocation>
<pattern>io.opencensus</pattern>
<shadedPattern>shade.io.opencensus</shadedPattern>
<shadedPattern>org.tikv.shade.io.opencensus</shadedPattern>
</relocation>
</relocations>
</configuration>