Skip to content

Commit

Permalink
Fix comparison of repo URI
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Nov 7, 2023
1 parent 9254af0 commit 6ddb121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ private void compareMavenResolutionResultMarker(SoftAssertions softAssertions, M
f1.getPath().equals(f2.getPath()) &&
f1.getFragment().equals(f2.getFragment());
},
"*\\.repository")
".*\\.repository")
// .ignoringFields("parent.dependencies.Provided.gav.repository")
.ignoringFieldsOfTypes(
UUID.class
Expand Down

0 comments on commit 6ddb121

Please sign in to comment.