[ 
https://issues.apache.org/jira/browse/MNG-6196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971291#comment-15971291
 ] 

Hervé Boutemy commented on MNG-6196:
------------------------------------

in fact, Maven in its source code is ready for you to switch to multiple 
logging implementations, even if by default slf4j-simple is used and we don't 
expect to change

This issues mixes 3 dependencies whose status is really not of the same nature:
- slf4j, which is used as api and simple implementation as default
- Mockito, which is a testing dependency: normal users don't care
- logback, which is just ready for advanced users to switch

The important change in this issue is for sure slf4j-api and slaf4j-simple
Others are just notified, while at it, but IMHO just make noise :)

> Updated Mockito, slf4j and logback dependences to latest versions
> -----------------------------------------------------------------
>
>                 Key: MNG-6196
>                 URL: https://issues.apache.org/jira/browse/MNG-6196
>             Project: Maven
>          Issue Type: Improvement
>          Components: Dependencies
>    Affects Versions: 3.5.0-beta-1
>            Reporter: Sylwester Lachiewicz
>            Priority: Minor
>
> Update dependences for maven build
> Mocito 1.10 -> 2.7.19
> Slf4j 1.7.22 -> 1.7.25 (SLF4J-394)
> logback-classic 1.2.2
> With slf4j update we can simplify maven-slf4j-provider implementation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to