16c5c97f00
* stable-2.15: User Guide refers to "Muted"-changes. Remove unused VERSION from lib/jackson/BUILD Remove unused method in ContributorAgreement Add .apt_generated_tests to .gitignore Change-Id: Ifbdea261e59e1bd56e7555e24ce99784f236786e
12 lines
289 B
Python
12 lines
289 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
java_library(
|
|
name = "jackson-core",
|
|
data = ["//lib:LICENSE-Apache2.0"],
|
|
visibility = [
|
|
"//java/com/google/gerrit/elasticsearch:__pkg__",
|
|
"//plugins:__pkg__",
|
|
],
|
|
exports = ["@jackson-core//jar"],
|
|
)
|