-
Notifications
You must be signed in to change notification settings - Fork 25
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
Dependencies never be used #31
Comments
These 2 dependencies were not present in These new dependencies are actually exposed transitively, so basically cdi-api now depends on ejb-api:
They are likely used to resolve the javadoc links to both ejb and annotation API. |
If it's just in the JavaDoc and there is no dependency, not even an optional one, then it could be removed I guess. And the reference ideally should be removed and |
Fixed by Jonathan @Cousjava Thanks to everyone contributing to this. There might be some other specifications that have this same issue, so would be good to look at other specs too for this. |
Hi @arjantijms could we please ask you to get 1.2.6 released soon? MicroProfile is moving to align with Jakarta EE dependencies and we'd like to avoid having to exclude the EJB dependency on the platform side (EJB clearly doesn't belong into MicroProfile) |
I guess that's up to a particular feature, there's so much stuff in MicroProfile these days, that even the EJB 3+ that's also used in the Web Profile sounds not unreasonable. |
The interceptor api declared 2 deps
common-annotations
andejb
in the pom.xml,but none of them has been imported, so can we remove it?
https://github.com/eclipse-ee4j/interceptor-api/blob/8eb1e608ad81c06ddfd147a077c06cad2b46f9a2/pom.xml#L322-L334
The text was updated successfully, but these errors were encountered: