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:
David Pursehouse 2018-05-28 20:44:39 +09:00
parent 7e18f1a84a
commit d794850e1c

View File

@ -7,15 +7,3 @@ java_library(
data = ["//lib:LICENSE-Apache2.0"],
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"],
)