Open merks opened 1 year ago
There have been two releases since this issue was opened but the problem persists:
https://repo1.maven.org/maven2/org/eclipse/jetty/ee8/jetty-ee8-bom/12.0.5/jetty-ee8-bom-12.0.5.pom
Where/how could I contribute a fix for this?
The jetty-ee10 bom https://repo1.maven.org/maven2/org/eclipse/jetty/ee10/jetty-ee10-bom/12.0.3/jetty-ee10-bom-12.0.3.pom includes these 3 things in the jetty.ee10.osgi group
The jetty-ee9 bom https://repo1.maven.org/maven2/org/eclipse/jetty/ee9/jetty-ee9-bom/12.0.3/jetty-ee9-bom-12.0.3.pom includes these 2 things in the jetty.ee9.osgi group:
But the jetty-ee8 bom https://repo1.maven.org/maven2/org/eclipse/jetty/ee8/jetty-ee8-bom/12.0.3/jetty-ee8-bom-12.0.3.pom is missing the contents of the jetty.ee8.osgi group available here:
https://repo1.maven.org/maven2/org/eclipse/jetty/ee8/osgi/
I.e., the new bundles introduced by the following are missing from the bom:
https://github.com/eclipse-birt/birt/issues/1447