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

Maven coordinate collision for 'jakarta.jms-api 2.x and 3.x prevents side-by-side usage #336

Open
veita opened this issue Dec 7, 2023 · 0 comments

Comments

@veita
Copy link

veita commented Dec 7, 2023

Due to an upgrade of Apache ActiveMQ we were forced to have jakarta.jms-api 3.1.0 side-by-side with 2.0.3. However, builds with Gradle end up with the 2.0.3 JAR missing. This is probably due to fact that both libraries have the same Maven coordinates despite have completely different packages (javax.jms vs. jakarta.jms, respectively).

group: 'jakarta.jms', name: 'jakarta.jms-api', version: '2.0.3'
group: 'jakarta.jms', name: 'jakarta.jms-api', version: '3.1.0'
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