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

Modularize more pom dependencies #21712

Merged
merged 6 commits into from
Apr 5, 2023

Conversation

mshima
Copy link
Member

@mshima mshima commented Apr 5, 2023


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

Sorry, something went wrong.

{ groupId: 'org.testcontainers', artifactId: 'mongodb', scope: 'test' },
],
dependencyManagement: [
// Fix Mongock dependencies: https://github.com/mongock/mongock-jdk17/issues/6
Copy link
Member

@DanielFran DanielFran Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure we need that since we removed the reflections 0.10.2 in the bom project in jhipster/jhipster-bom#1246

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it won't break too.
But since the latest version (0.10.2) is known to be broken, IMO the safest bet is to force the version to make sure others dependencies won't bring an updated version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove if you feel confident.

@DanielFran DanielFran merged commit 855a50c into jhipster:main Apr 5, 2023
@github-actions github-actions bot deleted the skip_ci-modularize-pom branch April 5, 2023 16:31
@DanielFran DanielFran added this to the 8.0.0-beta.1 milestone Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants