Skip to content

Commit

Permalink
fix jackson dependency versions, some are 2.8.0-SNAPSHOT, others are not
Browse files Browse the repository at this point in the history
  • Loading branch information
apatrida committed Jun 4, 2016
1 parent 8185a2f commit 1770ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
</scm>

<properties>
<version.jackson.annotations>2.8.0</version.jackson.annotations>
<version.jackson.annotations>2.8.0-SNAPSHOT</version.jackson.annotations>
<version.jackson.core>2.8.0-SNAPSHOT</version.jackson.core>

<!-- Joda only for testing -->
<version.jackson.joda>${version.jackson.core}</version.jackson.joda>
<version.jackson.joda>2.7.4</version.jackson.joda>

<version.junit>4.12</version.junit>
<version.kotlin>1.0.2</version.kotlin>
Expand Down

0 comments on commit 1770ef2

Please sign in to comment.