Skip to content

Commit

Permalink
[MNG-7758] Report dependency problems for all repository - fix IT
Browse files Browse the repository at this point in the history
(cherry picked from commit f0269bc)
  • Loading branch information
slawekjaranowski committed Jun 8, 2024
1 parent 5c34605 commit ceb2bbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void testit() throws Exception {
boolean foundCause = false;
List<String> lines = verifier.loadLines(verifier.getLogFileName(), "UTF-8");
for (String line : lines) {
if (line.matches(".*org.apache.maven.its.mng3477:dep:jar:1.0.*Connection.*refused.*")) {
if (line.matches(".*org.apache.maven.its.mng3477:dep:.*:1.0.*Connection.*refused.*")) {
foundCause = true;
break;
}
Expand Down

0 comments on commit ceb2bbf

Please sign in to comment.