Remove //lib/jgit:jgit from UI deps

This should only appear in the server deps.
For UI code build //lib/jgit:edit_lib which
has only the tiny slice of code used in the UI.

Change-Id: Ia46c0559a7180f80fda30efb8884ca236997c92d
This commit is contained in:
Shawn Pearce
2015-06-25 00:03:07 -07:00
parent c535dd6e23
commit b14bb76d5b
5 changed files with 12 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ gwt_module(
'//gerrit-reviewdb:client',
'//lib:gwtjsonrpc',
'//lib:gwtorm',
'//lib/jgit:jgit',
'//lib/jgit:Edit',
],
visibility = ['PUBLIC'],
)