You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: