
Dependency on jackson-dataformat-cbor and jackson-dataformat-smile was removed in change Iccf443102. They were removed from the WORKSPACE, but references to them were left in the lib/ folder. Change-Id: I8d04842fb238a6749f6a97f9ce809f99e16beec5
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"],
|
|
)
|