blob: 4711faa58942d3d3856336362e9aba46e1cd9f2d [file] [log] [blame]
load("//tools/bzl:junit.bzl", "junit_tests")
junit_tests(
name = "http_tests",
srcs = glob(["**/*.java"]),
deps = [
"//java/com/google/gerrit/util/http",
"//javatests/com/google/gerrit/util/http/testutil",
"//lib:junit",
"//lib:servlet-api-without-neverlink",
"//lib/truth",
],
)