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

Fix WebJars Locator test dependencies and avoid hardcoded version #11187

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Aug 4, 2020

No description provided.

@gsmet gsmet requested a review from aloubyansky August 4, 2020 08:22
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
<artifactId>quarkus-resteasy-deployment</artifactId>
<scope>test</scope>
Copy link
Member Author

Choose a reason for hiding this comment

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

This one was only used for the dev mode test but didn't have the test scope. Also let's use it for all the tests and avoid using setForcedDependencies with a hardcoded version.

Copy link
Member

@aloubyansky aloubyansky left a comment

Choose a reason for hiding this comment

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

Hardcoding dependencies is not a good idea. There has to be a very strong reason for that.

@gsmet gsmet merged commit 6f9d9ca into quarkusio:master Aug 4, 2020
@gsmet gsmet modified the milestones: 1.8.0 - master, 1.7.0.CR2 Aug 4, 2020
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 this pull request may close these issues.

2 participants