gerrit-plugin-api: Export gson as a dependency

So it can be used in plugins without them having to define it
themselves (potentially with a different version).

Change-Id: Ibb15acdd75640cd18b21ad5ac5895fd164cebccd
This commit is contained in:
David Pursehouse 2016-08-21 20:26:01 +09:00
parent 571bf89ff6
commit 6a7c2d2252
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ java_library(
'//gerrit-reviewdb:server',
'//lib:args4j',
'//lib:blame-cache',
'//lib:gson',
'//lib:guava',
'//lib:gwtorm',
'//lib:jsch',