Skip to content

Commit

Permalink
Remove logging in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Dec 17, 2024
1 parent 3a28aa7 commit 28e76bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ private List<Dependency> resolveManagedDependencies(String groupId, String artif
}

private CollectResult collectDependencies(CollectRequest dependencyRequest) throws DependencyCollectionException {
LOGGER.info("Resolving {} from {}", dependencyRequest.getRoot(), dependencyRequest.getRepositories());
return this.repositorySystem.collectDependencies(this.repositorySystemSession, dependencyRequest);
}

Expand Down

0 comments on commit 28e76bb

Please sign in to comment.