Bazel: Harmonize names of external repositories
Recent Bazel versions support dash character in external repository names. Consistently use them with one exception: javax_inject. This is needed to match the name in the rules_closure. Change-Id: I1e75690fe1ee2ab32fffe07c0c30dbed84753960
This commit is contained in:
committed by
David Pursehouse
parent
38cb32d7b7
commit
f98a60b35f
@@ -4,7 +4,7 @@ java_library(
|
||||
name = "fluent-hc",
|
||||
data = ["//lib:LICENSE-Apache2.0"],
|
||||
visibility = ["//visibility:public"],
|
||||
exports = ["@fluent_hc//jar"],
|
||||
exports = ["@fluent-hc//jar"],
|
||||
runtime_deps = [":httpclient"],
|
||||
)
|
||||
|
||||
@@ -43,5 +43,5 @@ java_library(
|
||||
java_library(
|
||||
name = "httpcore-nio",
|
||||
data = ["//lib:LICENSE-Apache2.0"],
|
||||
exports = ["@httpcore_nio//jar"],
|
||||
exports = ["@httpcore-nio//jar"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user