jenkinsci / plugin-pom

Parent POM for Jenkins Plugins
https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial
MIT License
68 stars 75 forks source link

Exclude commons-lang dependency #899

Open BobDu opened 7 months ago

BobDu commented 7 months ago

Exclude commons-lang from dependencies as it is outdated.

Any plugins that require it should explicitly depend on commons-lang3-api.

This is not expected to affect the running of any existing plugins, since commons-lang is still provided. However, this change needs to be addressed when compiling new versions of plugins.

Testing done

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] 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