Created
January 25, 2016 18:11
-
-
Save zouzias/09f3782b9386b6aacecd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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