This is an automated email from the ASF dual-hosted git repository. cstamas pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
from 57d0e8e Add git-blame-ignore add 95e85e6 [MRESOLVER-401] Drop use of SL and other deprecated cruft add 67a36a9 Up version add d97b8b1 Tidy up new 4c1d591 [MRESOLVER-401] Drop use of SL The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: pom.xml | 7 +- .../maven/resolver/internal/ant/AntLogger.java | 57 -------------- .../maven/resolver/internal/ant/AntRepoSys.java | 89 +++++++--------------- .../internal/ant/AntRepositorySystemSupplier.java | 50 ++++++++++++ .../resolver/internal/ant/AntTransferListener.java | 2 +- .../resolver/internal/ant/ConverterUtils.java | 9 +-- 6 files changed, 87 insertions(+), 127 deletions(-) delete mode 100644 src/main/java/org/apache/maven/resolver/internal/ant/AntLogger.java create mode 100644 src/main/java/org/apache/maven/resolver/internal/ant/AntRepositorySystemSupplier.java