
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
10 lines
195 B
Python
10 lines
195 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
VERSION = "2.6.6"
|
|
|
|
java_library(
|
|
name = "jackson-core",
|
|
data = ["//lib:LICENSE-Apache2.0"],
|
|
exports = ["@jackson-core//jar"],
|
|
)
|