Skip to content

Commit

Permalink
restore shadowing of Guava deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobin Baker committed Sep 6, 2017
1 parent f1ab1a9 commit 837d03a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ shadowJar {
transform(ApacheLicenseResourceTransformer)
/* merge service descriptors to avoid Hadoop FileSystem services shadowing each other */
mergeServiceFiles()
/* conflicts with REEF deps */
relocate 'com.google.common', 'myriadeps.com.google.common'
}

/* Coveralls */
Expand Down

0 comments on commit 837d03a

Please sign in to comment.