GitHub user dconneely opened a pull request:

    https://github.com/apache/maven/pull/140

    Add org.slf4j.event to exported packages

    maven-core should export org.slf4j.event.* from slf4j-api 1.7.15 or later.
    For example, this package is where the `Level` class is located.
    
    Otherwise, issues similar to MNG-5842 and MNG-5845 will arise with plugins 
that use Slf4j themselves (or more likely plugins that use libraries that use 
Slf4j).
    
    Discovered while working on in-house Maven plugin that failed with 
`java.lang.NoClassDefFoundError: org/slf4j/event/Level`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dconneely/maven patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven/pull/140.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #140
    
----
commit 34bb114b7dbd80380e3d10c6dcffcf08e1ffaf50
Author: David Conneely <[email protected]>
Date:   2017-12-04T18:42:18Z

    Add org.slf4j.event to exported packages
    
    maven-core should export org.slf4j.event.* from slf4j-api 1.7.15 or later.
    For example, this package is where the `Level` class is located.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to