Skip to content

Commit

Permalink
Avoid shading of org.joda.convert package, fixes #3557
Browse files Browse the repository at this point in the history
  • Loading branch information
splatch authored and martijnvg committed Oct 17, 2014
1 parent 028a2b7 commit b0a14f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -720,8 +720,8 @@
<shadedPattern>org.elasticsearch.common.jackson</shadedPattern>
</relocation>
<relocation>
<pattern>org.joda</pattern>
<shadedPattern>org.elasticsearch.common.joda</shadedPattern>
<pattern>org.joda.time</pattern>
<shadedPattern>org.elasticsearch.common.joda.time</shadedPattern>
</relocation>
<relocation>
<pattern>org.jboss.netty</pattern>
Expand Down

0 comments on commit b0a14f0

Please sign in to comment.