Remove stale references to no longer used jackson libraries
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
This commit is contained in:
parent
7e18f1a84a
commit
d794850e1c
@ -7,15 +7,3 @@ java_library(
|
|||||||
data = ["//lib:LICENSE-Apache2.0"],
|
data = ["//lib:LICENSE-Apache2.0"],
|
||||||
exports = ["@jackson_core//jar"],
|
exports = ["@jackson_core//jar"],
|
||||||
)
|
)
|
||||||
|
|
||||||
java_library(
|
|
||||||
name = "jackson-dataformat-cbor",
|
|
||||||
data = ["//lib:LICENSE-Apache2.0"],
|
|
||||||
exports = ["@jackson_dataformat_cbor//jar"],
|
|
||||||
)
|
|
||||||
|
|
||||||
java_library(
|
|
||||||
name = "jackson-dataformat-smile",
|
|
||||||
data = ["//lib:LICENSE-Apache2.0"],
|
|
||||||
exports = ["@jackson_dataformat_smile//jar"],
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user