mirror of https://github.com/tikv/client-java.git
shade jackson (#239)
Signed-off-by: marsishandsome <marsishandsome@gmail.com>
This commit is contained in:
parent
257f3062c4
commit
5545270f15
4
pom.xml
4
pom.xml
|
|
@ -445,6 +445,10 @@
|
||||||
<pattern>io.prometheus</pattern>
|
<pattern>io.prometheus</pattern>
|
||||||
<shadedPattern>org.tikv.shade.io.prometheus</shadedPattern>
|
<shadedPattern>org.tikv.shade.io.prometheus</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>com.fasterxml.jackson</pattern>
|
||||||
|
<shadedPattern>org.tikv.shade.com.fasterxml.jackson</shadedPattern>
|
||||||
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue