Remove redundant dependency in //gerrit-server:server_tests rule

//lib/commons:validator is already reached through transitive
dependency of :server_tests rule:

  :server_tests -> TESTUTIL_DEPS -> :server -> //lib/commons:validator

Change-Id: I3b95a81fd6bcecb40449ed5094616d1038afbdb8
This commit is contained in:
David Ostrovsky 2016-08-25 23:06:31 +02:00
parent fb4f3a844c
commit 3af736992e

View File

@ -204,7 +204,6 @@ java_test(
'//lib:guava',
'//lib:guava-retrying',
'//lib:protobuf',
'//lib/commons:validator',
'//lib/dropwizard:dropwizard-core',
'//lib/guice:guice-assistedinject',
'//lib/prolog:runtime',