commit | cba8c33f30eb2cc6e9f2f4b2c5e1b90b02ad308e | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Mar 01 14:48:09 2016 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Mar 01 15:00:41 2016 +0900 |
tree | 4f2ad0fbc0333b0bda4bb1736636ee9b3ec1329c | |
parent | 6ec3bcd2ae4d7c020c363ac6605f1248027c22dc [diff] |
Remove explicit JGit dependency It's exported in plugin-api and this library is added to the deps in gerrit_plugin() itself. Change-Id: I006faecd020e8df45d85cb63cd7af90e14881628
diff --git a/BUCK b/BUCK index 67dc671..0517fad 100644 --- a/BUCK +++ b/BUCK
@@ -10,7 +10,6 @@ ], # Deps shared with Gerrit but not in the plugin API. provided_deps = [ - '//lib/jgit:jgit', '//lib/commons:net', ], )