The following dependencies should be removed:
- org.codehaus.plexus:plexus-container-default
- org.codehaus.plexus:plexus-component-annotations
Instead the components should be plain JSR 330 components (https://github.com/eclipse/sisu.plexus/wiki/Plexus-to-JSR330).
Also logging need to be migrated from org.codehaus.plexus.logging to SLF4J.
The following dependencies should be removed:
Instead the components should be plain JSR 330 components (https://github.com/eclipse/sisu.plexus/wiki/Plexus-to-JSR330).
Also logging need to be migrated from
org.codehaus.plexus.loggingto SLF4J.