Plugin won't install because SLF4J version isn't specified
Error when installing: Cannot complete the install because one or more required items could not be found. Software being installed: eclipse-external-annotations-m2e-plugin 2.0.0.202212171629 (org.lastnpe.m2e.feature.feature.group 2.0.0.202212171629) Missing requirement: eclipse-external-annotations-m2e-plugin 2.0.0.202212171629 (org.lastnpe.m2e.feature.feature.group 2.0.0.202212171629) requires 'org.eclipse.equinox.p2.iu; org.slf4j.api 0.0.0' but it could not be found
I used to get around this by instaling SonarLint, and it would have a version of SLF4J that was compatible. But the newer software (SonarQube) doesn't seem to help anymore.
I think the MANIFEST.MF which has lines like below need to be modified to include an SLF4J version. org.eclipse.m2e.jdt;bundle-version="[2.0.1,3.0.0)", org.slf4j.api,
I have the same problem.
Re-opening, because #54 did not fix this, see #55.