Remove unnecessary easymock dependency from util/http test target

Change-Id: I905f28e0acdd439460cb07948d0be0117e52be87
This commit is contained in:
David Pursehouse
2019-05-31 16:18:54 +09:00
parent 5da53779c1
commit 1789606451

View File

@@ -9,7 +9,6 @@ junit_tests(
"//javatests/com/google/gerrit/util/http/testutil",
"//lib:junit",
"//lib:servlet-api-3_1-without-neverlink",
"//lib/easymock",
"//lib/truth",
],
)