Skip to content

Instantly share code, notes, and snippets.

@zouzias
Created January 25, 2016 18:11
Show Gist options
  • Save zouzias/09f3782b9386b6aacecd to your computer and use it in GitHub Desktop.
Save zouzias/09f3782b9386b6aacecd to your computer and use it in GitHub Desktop.
// Elasticsearch 2.x *copies* joda-time code and patch it into their codebase. It causes several issues
// see https://www.elastic.co/blog/to-shade-or-not-to-shade
// assemblyShadeRules in assembly := Seq(
// ShadeRule.rename("org.joda.time.base.**" -> "org.elasticsearch.joda.time.@1").inLibrary("org.elasticsearch" % "elasticsearch" % "2.1.1").inProject
// )
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment