shade jackson (#239)

Signed-off-by: marsishandsome <marsishandsome@gmail.com>
This commit is contained in:
Liangliang Gu 2021-07-28 15:25:54 +08:00 committed by GitHub
parent 257f3062c4
commit 5545270f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -445,6 +445,10 @@
<pattern>io.prometheus</pattern>
<shadedPattern>org.tikv.shade.io.prometheus</shadedPattern>
</relocation>
<relocation>
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>org.tikv.shade.com.fasterxml.jackson</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>