jenkinsci / google-compute-engine-plugin

https://plugins.jenkins.io/google-compute-engine/
Apache License 2.0
55 stars 84 forks source link

[JENKINS-72857] replace gson library with gson-api plugin #456

Closed jtnord closed 2 months ago

jtnord commented 2 months ago

replace the bundled gson jar with the gson-api plugin.

Testing done

nothing over running mvn dependency:tree, mvn package and inspecting the HPI to ensure that gson is no longer bundled and the plugin has a dependency on the gson-api plugin.

### 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