Skip to content

Commit

Permalink
add joda-convert so missing annotations in joda-time will not cause f…
Browse files Browse the repository at this point in the history
…ailures when used as dependency

fixes elastic#4660
  • Loading branch information
kimchy committed Jan 8, 2014
1 parent fafad10 commit 9e97aff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -195,6 +195,12 @@
<version>2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<version>1.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.mvel</groupId>
Expand Down Expand Up @@ -490,6 +496,7 @@
<include>com.fasterxml.jackson.dataformat:jackson-dataformat-smile</include>
<include>com.fasterxml.jackson.dataformat:jackson-dataformat-yaml</include>
<include>joda-time:joda-time</include>
<include>org.joda:joda-convert</include>
<include>io.netty:netty</include>
<include>com.ning:compress-lzf</include>
</includes>
Expand Down

0 comments on commit 9e97aff

Please sign in to comment.