Skip to content

Commit

Permalink
use proper log method
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredstehler committed Sep 11, 2023
1 parent 15c6de6 commit 7f69ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ private boolean checkDependencies() throws MojoExecutionException {
if (!usedUndeclaredWithUsages.isEmpty()) {
logDependencyWarning("Used undeclared dependencies found:");

logArtifacts(usedUndeclaredWithUsages.keySet(), true);
logArtifacts(usedUndeclaredWithUsages, true);

reported = true;
warning = true;
Expand Down

0 comments on commit 7f69ee5

Please sign in to comment.