mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Shade mustache into org.elasticsearch.common package
Previously we shared the jar but never rewrote the packages such that the shading had no effect. Closes #6192
This commit is contained in:
parent
7548b2edb7
commit
13f37b3800
4
pom.xml
4
pom.xml
@ -619,6 +619,10 @@
|
||||
<pattern>com.ning.compress</pattern>
|
||||
<shadedPattern>org.elasticsearch.common.compress</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>com.github.mustachejava</pattern>
|
||||
<shadedPattern>org.elasticsearch.common.mustache</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>com.tdunning.math.stats</pattern>
|
||||
<shadedPattern>org.elasticsearch.common.stats</shadedPattern>
|
||||
|
Loading…
x
Reference in New Issue
Block a user