Skip to content

Newbie installing a dependency following the docs #22376

Answered by gsmet
adam-cyclones asked this question in Q&A
Discussion options

You must be logged in to vote

You added the MongoDB dependencies to the dependencyManagement section. That's not what you should do. Except for the quarkus BOM (the one with the platform properties) that should stay where it is, they should be moved with the other dependencies (like quarkus-resteasy).

The dependencyManagement section enforces versions. It does not declare the elements there as dependencies.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@adam-cyclones
Comment options

Comment options

You must be logged in to vote
2 replies
@adam-cyclones
Comment options

@gsmet
Comment options

Answer selected by adam-cyclones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants