Skip to content

Commit

Permalink
Merge pull request #13358 from jasontedor/fix/shade-joda-convert
Browse files Browse the repository at this point in the history
Shade joda-convert
  • Loading branch information
jasontedor committed Sep 5, 2015
2 parents 656fae9 + 7f68cdd commit c262500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -812,6 +812,10 @@
<pattern>org.joda.time</pattern>
<shadedPattern>org.elasticsearch.common.joda.time</shadedPattern>
</relocation>
<relocation>
<pattern>org.joda.convert</pattern>
<shadedPattern>org.elasticsearch.common.joda.convert</shadedPattern>
</relocation>
<relocation>
<pattern>org.jboss.netty</pattern>
<shadedPattern>org.elasticsearch.common.netty</shadedPattern>
Expand Down

0 comments on commit c262500

Please sign in to comment.