Merge pull request #12194 from aleph-zero/fix/12193

jsr166e was left out of shaded jar
This commit is contained in:
Andrew Selden 2015-07-12 16:49:01 -07:00
commit 2ea45fd753
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@
<include>com.tdunning:t-digest</include> <include>com.tdunning:t-digest</include>
<include>org.apache.commons:commons-lang3</include> <include>org.apache.commons:commons-lang3</include>
<include>commons-cli:commons-cli</include> <include>commons-cli:commons-cli</include>
<include>com.twitter:jsr166e</include>
</includes> </includes>
</artifactSet> </artifactSet>
<transformers> <transformers>