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

Use javax.annotation-api from core #147

Merged
merged 2 commits into from
Dec 23, 2021

Conversation

basil
Copy link
Member

@basil basil commented Dec 22, 2021

Noticed in jenkinsci/nodelabelparameter-plugin#76. The explicit dependency on javax.annotation-api causes Enforcer errors for other plugins with this plugin in their dependency chain (typically through matrix-project or junit) and is unnecessary because the plugin parent POM already adds a dependency on core which ships this library anyway.

Copy link
Member

@uhafner uhafner left a comment

Choose a reason for hiding this comment

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

Can you please remove it from line 149 as well (includeArtifactIds)?

Copy link
Member

@uhafner uhafner left a comment

Choose a reason for hiding this comment

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

Can you please remove it from line 149 as well (includeArtifactIds)?

@basil
Copy link
Member Author

basil commented Dec 23, 2021

Can you please remove it from line 149 as well (includeArtifactIds)?

Done

@uhafner uhafner merged commit 53e72f7 into jenkinsci:master Dec 23, 2021
@basil basil deleted the javax.annotation-api branch December 23, 2021 16:32
@uhafner uhafner added the dependencies Update of dependencies label Dec 23, 2021
jglick added a commit to jenkinsci/mock-load-builder-plugin that referenced this pull request Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants