commit | b28ab73d2257155981e8baa3e10baf70bdd9c7c5 | [log] [tgz] |
---|---|---|
author | Bo Yang <teboring@google.com> | Tue Sep 20 22:04:48 2016 +0000 |
committer | Bo Yang <teboring@google.com> | Wed Sep 21 22:51:36 2016 +0000 |
tree | a66f22bc5eed163a18db042f87819ef67199614d | |
parent | 142e2fa45e127e0625e179a07efbae4b15365306 [diff] [blame] |
Fix gson dependency. gson 2.3 has internal bug that it doesn't work with some versions of maven.
diff --git a/WORKSPACE b/WORKSPACE index df919ad..2a49e37 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -44,7 +44,7 @@ maven_jar( name = "gson_maven", - artifact = "com.google.code.gson:gson:2.3", + artifact = "com.google.code.gson:gson:2.7", ) bind(