[MNG-8728] Bump Eclipse Sisu from 0.9.0.M3 to 0.9.0.M4#2359
[MNG-8728] Bump Eclipse Sisu from 0.9.0.M3 to 0.9.0.M4#2359cstamas merged 2 commits intoapache:maven-3.9.xfrom
Conversation
This ports the master changes to 3.9.x branch. --- https://issues.apache.org/jira/browse/MNG-8728
|
Not sure about details yet, but with this change, my plugin that does while it works fine built with 3.9.9 and executed with 3.9.9. |
|
@pzygielo please create a new issue with it I think that plexus-xml is missing in your plugin ... |
|
Indeed, here is tree diff: < [INFO] | +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M3:provided
< [INFO] | | \- org.codehaus.plexus:plexus-xml:jar:4.1.0:provided
< [INFO] | | \- org.apache.maven:maven-xml:jar:4.0.0-rc-3:provided
< [INFO] | | +- org.apache.maven:maven-api-xml:jar:4.0.0-rc-3:provided
< [INFO] | | | \- org.apache.maven:maven-api-annotations:jar:4.0.0-rc-3:provided
< [INFO] | | +- com.fasterxml.woodstox:woodstox-core:jar:7.1.0:provided
< [INFO] | | \- org.codehaus.woodstox:stax2-api:jar:4.2.2:provided
> [INFO] | +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.9.0.M4:provided< [INFO] | +- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M3:provided
< [INFO] | +- com.google.inject:guice:jar:5.1.0:provided
> [INFO] | +- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M4:provided
> [INFO] | +- org.ow2.asm:asm:jar:9.8:provided
> [INFO] | +- com.google.inject:guice:jar:classes:5.1.0:provided |
|
Unclear - my plugin is not using plexus-xml directly. Should I be bothered to add it as dependency? I see |
|
Sisu M3 (by mistake) did include plexus-xml, so if you depended on it, you ended up with it. Sisu M4 does NOT bring it in. Also, plexus-utils:
|
That one. Thank you all for checking and advices. I fixed my fault of using newer PU (it just happened to work previously). Downgraded and all is fine now. |
|
Resolve #9570 |
This ports the master changes to 3.9.x branch.
https://issues.apache.org/jira/browse/MNG-8728