You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/24 09:01:06 UTC

[maven] branch master updated (2d9918a2d -> 0f8f22e40)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


    from 2d9918a2d Clean up dependency warnings by dependency:analyze
     add 0f8f22e40 [MNG-7020] Remove Maven 2 WagonExcluder backward compat code

No new revisions were added by this update.

Summary of changes:
 .../DefaultPluginDependenciesResolver.java         |   7 +-
 .../PluginDependencyResolutionListener.java        | 150 ---------------------
 .../maven/plugin/internal/WagonExcluder.java       | 109 ---------------
 3 files changed, 1 insertion(+), 265 deletions(-)
 delete mode 100644 maven-core/src/main/java/org/apache/maven/plugin/internal/PluginDependencyResolutionListener.java
 delete mode 100644 maven-core/src/main/java/org/apache/maven/plugin/internal/WagonExcluder.java