Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
[build] Manage version of joda-time to prevent conflicts between depe…
Browse files Browse the repository at this point in the history
…ndencies.
  • Loading branch information
StephanEwen committed Nov 17, 2014
1 parent 06c259f commit ae07abe
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ under the License.
<artifactId>jetty-util</artifactId>
<version>8.0.0.M1</version>
</dependency>

<!-- Make sure we use a consistent avro version throughout the project -->
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down Expand Up @@ -208,7 +208,14 @@ under the License.
<artifactId>javassist</artifactId>
<version>3.18.1-GA</version>
</dependency>


<!-- joda time is pulled in different versions by different transitive dependencies-->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.5</version>
</dependency>

<!-- stax is pulled in different versions by different transitive dependencies-->
<dependency>
<groupId>stax</groupId>
Expand Down

0 comments on commit ae07abe

Please sign in to comment.