[CherryPick:2.5]Update jsoncpp to 1.9.4

This commit is contained in:
Geeta Chavan 2021-05-10 16:36:29 -07:00
parent 907f1d1837
commit 16349ac231
2 changed files with 3 additions and 4 deletions

View File

@ -693,12 +693,12 @@ def _tf_repositories():
tf_http_archive(
name = "jsoncpp_git",
build_file = "//third_party:jsoncpp.BUILD",
sha256 = "77a402fb577b2e0e5d0bdc1cf9c65278915cdb25171e3452c68b6da8a561f8f0",
sha256 = "e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999",
strip_prefix = "jsoncpp-1.9.2",
system_build_file = "//third_party/systemlibs:jsoncpp.BUILD",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz",
"https://github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz",
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/open-source-parsers/jsoncpp/archive/1.9.4.tar.gz",
"https://github.com/open-source-parsers/jsoncpp/archive/1.9.4.tar.gz",
],
)

View File

@ -13,7 +13,6 @@ cc_library(
],
hdrs = [
"include/json/allocator.h",
"include/json/autolink.h",
"include/json/config.h",
"include/json/forwards.h",
"include/json/json.h",