Updated the dependency to the newly-released version of Gson, 1.7.1.

This commit is contained in:
Inderjeet Singh 2011-04-13 22:46:32 +00:00
parent 2ccf45226e
commit 3b22069823

View File

@ -52,7 +52,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.1</version>
<scope>compile</scope>
</dependency>