Bazel: Remove version suffix from servlet-api-3_1 rule
This makes this artifact upgrade friendly. Change-Id: I37459989f83d6c362c656b870e87743cd3374378
This commit is contained in:
committed by
David Ostrovsky
parent
8f75ac66aa
commit
753738b0a6
@@ -4,5 +4,5 @@ java_library(
|
||||
name = "http",
|
||||
srcs = glob(["**/*.java"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["//lib:servlet-api-3_1"],
|
||||
deps = ["//lib:servlet-api"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user