mirror of https://github.com/apache/maven.git
MNG-5787,MNG-5842,MNG-5845: Add missing org.slf4j.helpers.* export which is provided slf4j-api
It broke various plugins with missing classes ( org.slf4j.helpers.MarkerIgnoringBase, org.slf4j.helpers.MessageFormatter ) like: * net.java.truelicense:truelicense-maven-plugin (2.3.4) * com.github.eirslett:frontend-maven-plugin (0.0.20, 0.0.22) * maven-antrun-plugin with the cobertura ant task * org.mortbay.jetty:jetty-maven-plugin (7.6.16.v20140903)
This commit is contained in:
parent
5cbc294e72
commit
dfed29cc66
|
@ -116,6 +116,7 @@ under the License.
|
|||
<!-- SLF4J -->
|
||||
<exportedPackage>org.slf4j.*</exportedPackage>
|
||||
<exportedPackage>org.slf4j.spi.*</exportedPackage>
|
||||
<exportedPackage>org.slf4j.helpers.*</exportedPackage>
|
||||
|
||||
</exportedPackages>
|
||||
|
||||
|
|
Loading…
Reference in New Issue