Fix Maven SHA1 for Bazel build

The httpcore SHA was wrong resulting in a build breakage.

With this change, `bazelisk build all` succeeds.

Change-Id: I111ab450db2db2328e7d4fe849e29f55e4897543
This commit is contained in:
Patrick Hiesel 2022-11-03 12:59:37 +01:00
parent 760975d031
commit e7adcac9f3
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ maven_jar(
maven_jar(
name = "httpcore",
artifact = "org.apache.httpcomponents:httpcore:4.4.15",
sha1 = "2ab1724e80d075698903a49f5e8fa90b077937ac",
sha1 = "7f2e0c573eaa7a74bac2e89b359e1f73d92a0a1d",
)
maven_jar(