Skip to content

Commit

Permalink
Merge pull request #201 from InterestingLab/rickyhuo.fix.guava
Browse files Browse the repository at this point in the history
dependencyOverrides guava to 15.0
  • Loading branch information
garyelephant authored Dec 11, 2018
2 parents 406e694 + 970ed89 commit 9e38c4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ assemblyMergeStrategy in assembly := {
oldStrategy(x)
}

dependencyOverrides += "com.google.guava" % "guava" % "15.0"

// The 'run', 'runMain' task uses all the libraries, including the ones marked with "provided".
// This is useful for running spark application in local
run in Compile <<= Defaults.runTask(fullClasspath in Compile, mainClass in (Compile, run), runner in (Compile, run))
Expand Down

0 comments on commit 9e38c4e

Please sign in to comment.