-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Move some of the test deps out of quarkus-bom #17772
Conversation
bom/application/pom.xml
Outdated
<jaxb-runtime.version>2.3.3-b02</jaxb-runtime.version> | ||
<!-- just for test dependency convergence --> | ||
<jaxb-api.version>2.3.1</jaxb-api.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this one and the one above. I think we'd better keep them as there's a good chance it could break dependency convergence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of them appear to be a dependency of any extension (runtime or deployment).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, they are back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is looking ok now to you @gsmet ?
58de022
to
39370ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll let you rebase it.
39370ac
to
c35911d
Compare
c35911d
to
41a341e
Compare
We have hit the issue with htmlunit no longer present in I think migration guide should mention these removals from |
Makes sense. @gsmet which migration guide should I add it too? |
@aloubyansky / @gsmet ^ |
Move some of the test-related dependencies out of
quarkus-bom
to eitherquarkus-bom-test
orquarkus-build-parent
.