We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
<dependency> <groupId>org.eclipse.jetty.ee10.osgi</groupId> <artifactId>jetty-ee10-osgi-alpn</artifactId> <version>12.0.3</version> </dependency> <dependency> <groupId>org.eclipse.jetty.ee10.osgi</groupId> <artifactId>jetty-ee10-osgi-boot</artifactId> <version>12.0.3</version> </dependency> <dependency> <groupId>org.eclipse.jetty.ee10.osgi</groupId> <artifactId>jetty-ee10-osgi-boot-jsp</artifactId> <version>12.0.3</version> </dependency>
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:
<dependency> <groupId>org.eclipse.jetty.ee9.osgi</groupId> <artifactId>jetty-ee9-osgi-boot</artifactId> <version>12.0.3</version> </dependency> <dependency> <groupId>org.eclipse.jetty.ee9.osgi</groupId> <artifactId>jetty-ee9-osgi-boot-jsp</artifactId> <version>12.0.3</version> </dependency>
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:
eclipse-birt/birt#1447
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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:
eclipse-birt/birt#1447
The text was updated successfully, but these errors were encountered: