
* stable-2.15: config-plugins: Move 'review-strategy' out of the core plugins section Bazel: Clean up package visibility settings Change-Id: Ia29fd049fe241dfbb15bc07a0e7ac2fb31d97c33
10 lines
234 B
Python
10 lines
234 B
Python
java_library(
|
|
name = "jackson-core",
|
|
data = ["//lib:LICENSE-Apache2.0"],
|
|
visibility = [
|
|
"//java/com/google/gerrit/elasticsearch:__pkg__",
|
|
"//plugins:__pkg__",
|
|
],
|
|
exports = ["@jackson-core//jar"],
|
|
)
|