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…
Reference in New Issue