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

Remove dependency exclusions #291

Merged
merged 2 commits into from
Sep 18, 2023

Conversation

MarkEWaite
Copy link
Contributor

Remove dependency exclusions

The two exclusions that are included in the plugin test dependencies can be removed without harming the plugin and without failing any tests.

  • Remove httpclient exclusion from git plugin dependency
  • Remove jsoup exclusion from maven plugin

Testing done

Confirmed automated tests pass on my Linux computer with Java 11.0.20.1 and with Java 21-beta+34-202308082331.

Will rely on ci.jenkins.io to confirm tests pass on Windows.

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

Dependency resolves successfully without the exclusion and no
additional components are included in the hpi file after the change
compared to before the change.
When this plugin requires Jenkins 2.387.3 or newer, it will be able to
remove the explicit definition of the maven plugin version.  The maven
plugin is included in recent releases of bom-2.387.x and later.
@MarkEWaite MarkEWaite requested a review from a team as a code owner September 16, 2023 10:43
@alecharp alecharp added this pull request to the merge queue Sep 18, 2023
Merged via the queue into jenkinsci:master with commit 4cd8a1a Sep 18, 2023
@MarkEWaite MarkEWaite deleted the remove-extra-exclusions branch September 18, 2023 12:08
@alecharp alecharp added the chore label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants