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:
aleph-zero 2015-07-11 15:12:23 -07:00
parent 0b27dedac5
commit aba3730643
1 changed files with 1 additions and 0 deletions

View File

@ -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>