Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Missing requirement for org.slf4j in 2021-06 M2

Hi,

We're unable to build using the 2021-06 M2 platform.

It appears that the platform now contains org.eclipse.jetty.http 10.0.2, and this version requires org.slf4j;version="[2.0.0,3)", according to its MANIFEST.MF.

But the milestone update site only contains org.slf4j.api 1.7.30, the latest stable version.

Missing requirement: Jetty :: Http Utility 10.0.2 (org.eclipse.jetty.http 10.0.2) requires 'java.package; org.slf4j [2.0.0,3.0.0)' but it could not be found
Cannot satisfy dependency:
From: Eclipse Help System 2.3.600.v20210429-1800 (org.eclipse.help.feature.group 2.3.600.v20210429-1800)
To: org.eclipse.equinox.p2.iu; org.eclipse.jetty.http [10.0.2,10.0.2]
Cannot satisfy dependency:
From: Eclipse Platform 4.20.0.v20210429-1800 (org.eclipse.platform.feature.group 4.20.0.v20210429-1800)
To: org.eclipse.equinox.p2.iu; org.eclipse.help.feature.group [2.3.600.v20210429-1800,2.3.600.v20210429-1800]

How is the build not failing for others?

I wrote https://bugs.eclipse.org/bugs/show_bug.cgi?id=573454 to track this issue.

Thanks,
Patrick


Back to the top