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

Remove managed dependencies #3188

Open
melix opened this issue Oct 18, 2024 · 0 comments · May be fixed by #3191
Open

Remove managed dependencies #3188

melix opened this issue Oct 18, 2024 · 0 comments · May be fixed by #3191

Comments

@melix
Copy link
Contributor

melix commented Oct 18, 2024

Issue description

When generating the aggregated micronaut-platform, we can read the following warnings:

[Warning] While inlining micronaut-sql-bom-5.8.2.toml, alias 'jakarta-transaction-api' is already defined in the catalog by [micronaut-data-bom-4.9.4.toml] so it won't be imported
[Warning] While inlining micronaut-sql-bom-5.8.2.toml, alias 'jakarta-persistence-api' is already defined in the catalog by [micronaut-data-bom-4.9.4.toml] so it won't be imported

Given that micronaut-sql is a dependency of micronaut-data and that Micronaut Data already imports the Micronaut SQL BOM, the jakarta-transaction-api and jakarta-persistence-api modules should be removed from managed dependencies, and dependencies should use the mnSql catalog instead.

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

Successfully merging a pull request may close this issue.

1 participant