Fix missing deps on java_test() rules

Change-Id: I5de4de41364076aecdba397692ab188084f28b32
This commit is contained in:
Shawn Pearce
2013-05-17 10:44:43 -07:00
parent fc156f2fc8
commit 63207f0420
4 changed files with 7 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ java_test(
'//lib:junit',
'//lib:servlet-api-3_0',
'//lib/log:impl_log4j',
'//lib/log:log4j',
'//lib/guice:guice',
'//lib/jgit:jgit',
'//lib/jgit:junit',

View File

@@ -90,6 +90,7 @@ java_test(
deps = [
':SafeHtml',
'//lib:junit',
'//lib/gwt:user',
'//lib/gwt:dev',
],
source_under_test = [':SafeHtml'],

View File

@@ -47,8 +47,11 @@ java_test(
srcs = glob(['src/test/java/**/*.java']),
deps = [
':pgm',
'//gerrit-server:server',
'//lib:junit',
'//lib:easymock',
'//lib/guice:guice',
'//lib/jgit:jgit',
'//lib/jgit:junit',
],
source_under_test = [':pgm'],