Fix gson dependency.
gson 2.3 has internal bug that it doesn't work with some versions of maven.
This commit is contained in:
parent
142e2fa45e
commit
b28ab73d22
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ bind(
|
|||
|
||||
maven_jar(
|
||||
name = "gson_maven",
|
||||
artifact = "com.google.code.gson:gson:2.3",
|
||||
artifact = "com.google.code.gson:gson:2.7",
|
||||
)
|
||||
|
||||
bind(
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.3</version>
|
||||
<version>2.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue