-
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 quarkus-devtools-utils and the codestarts artifact to the quarkus-bom #23267
Conversation
738df4a
to
7526f31
Compare
@@ -37,6 +37,7 @@ | |||
<artifactId>quarkus-project-core-extension-codestarts</artifactId> | |||
<type>pom</type> | |||
<scope>test</scope> | |||
<version>${project.version}</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.
Isn't better to keep this specific artifact in build-parent instead?
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.
We could. But then we could do the same for the rest of dependencies on POMs, e.g. https://github.com/quarkusio/quarkus/blob/main/integration-tests/amazon-lambda-http-resteasy-reactive/pom.xml#L40
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.
Thanks @aloubyansky!
Could we please get this backported to 2.7? |
@ppalaga yep, it already has the label. |
These are used by some core artifacts.