Commit b28ab73d authored by Bo Yang's avatar Bo Yang

Fix gson dependency.

gson 2.3 has internal bug that it doesn't work with some versions of maven.
parent 142e2fa4
...@@ -44,7 +44,7 @@ bind( ...@@ -44,7 +44,7 @@ bind(
maven_jar( maven_jar(
name = "gson_maven", name = "gson_maven",
artifact = "com.google.code.gson:gson:2.3", artifact = "com.google.code.gson:gson:2.7",
) )
bind( bind(
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.3</version> <version>2.7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment