mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
jsr166e was left out of shaded jar
The classes in com.twitter.jsr166e were not getting included in the shaded jar due to a missing configuration line. Closes #12193
This commit is contained in:
parent
0b27dedac5
commit
aba3730643
@ -392,6 +392,7 @@
|
||||
<include>com.tdunning:t-digest</include>
|
||||
<include>org.apache.commons:commons-lang3</include>
|
||||
<include>commons-cli:commons-cli</include>
|
||||
<include>com.twitter:jsr166e</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<transformers>
|
||||
|
Loading…
x
Reference in New Issue
Block a user