From 5e93cfea47b4110c6f569c7fb2ca019b01840134 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 13 Nov 2021 14:56:49 +0100 Subject: [PATCH] Add missing dependency verification entries This fixes the CI build failure at https://github.com/bisq-network/bisq/runs/4198811212?check_suite_focus=true#step:6:306 by adding missing entries for findbugs, jsr305 and various netty artifacts. It is not clear why these artifacts were required under linux and not under MacOS. --- gradle/verification-metadata.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 9c1fb01ff4..7364f0b03a 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -556,6 +556,16 @@ + + + + + + + + + + @@ -1168,6 +1178,11 @@ + + + + + @@ -1176,6 +1191,11 @@ + + + + + @@ -1260,6 +1280,11 @@ + + + + +