Skip to content

Commit

Permalink
Merge pull request #8 from eyealike/pom-typo
Browse files Browse the repository at this point in the history
Fix typo in dependency version range
  • Loading branch information
fulghum committed Feb 7, 2012
2 parents 0f625f5 + 2cda7e0 commit 209b852
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 @@ -48,7 +48,7 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>[1.8.)</version>
<version>[1.8,)</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit 209b852

Please sign in to comment.