Skip to content
New issue

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-ee8-bom is missing the dependencies from the jetty.ee8.osgi group #72

Open
merks opened this issue Oct 31, 2023 · 1 comment

Comments

@merks
Copy link

merks commented Oct 31, 2023

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

@merks
Copy link
Author

merks commented Dec 22, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant