From ea629de1a1d12ba38a0854e5202adcd0da172cb1 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 18 Nov 2021 12:12:22 +0100 Subject: [PATCH] Add missing metadata for jackson-base pom 2.12.1 Problem: When merging #5824, the absence of this entry caused a build failure at dependency verification time against JDK11 and JDK15 on Ubuntu-latest [1]. It may also cause failures on other JDK/OS combinations, but the GitHub workflow was aborted before those failures couldhave occurred. In any case, this omission did not create build failures on any of the local development machines that tested the aforementioned PR. Reasons for this discrepancy are unknown. Solution: manually fetch the pom from [2], run `sha256sum` on it locally and commit the result to the verification metadata file. [1]: https://github.com/bisq-network/bisq/runs/4249640611?check_suite_focus=true#step:6:33 [2]: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.11.1/jackson-base-2.11.1.pom --- gradle/verification-metadata.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index a3f4e77e704..d1cef5eae40 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -85,6 +85,11 @@ + + + + +