gsql: Fix escaping of quotes in JSON

Double quotes weren't properly escaped in strings due to
a bug in Gson.  This was fixed in Gson 1.4, so upgrade.

Bug: issue 528
Change-Id: I247ba4c4ed657f22a3b0c067f5a764c4aba46d5b
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2010-04-08 14:35:28 -07:00
parent 170d4c00ca
commit f95bea43b9

View File

@@ -523,6 +523,12 @@ limitations under the License.
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>