Skip to content

Commit

Permalink
The 3.0) version range resulted in 3.0.0-SNAPSHOTs being pulled in
Browse files Browse the repository at this point in the history
which are not compatible with this library and compilation broke.
E.g. see #53.
  • Loading branch information
Jesper Joergensen committed Oct 12, 2017
1 parent 5a82ad6 commit 3e38454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>[2.5,3.0)</version>
<version>[2.5,2.9]</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down

0 comments on commit 3e38454

Please sign in to comment.