jenkinsci / checks-api-plugin

Jenkins plugin that defines an API for Jenkins to publish checks to SCM platforms.
https://plugins.jenkins.io/checks-api/
MIT License
42 stars 28 forks source link

Dependencies of flattened POM of latest release do not match `MANIFEST.MF` #233

Closed basil closed 1 year ago

basil commented 1 year ago

https://github.com/jenkinsci/checks-api-plugin/pull/229 pulled in https://github.com/jenkinsci/analysis-pom-plugin/pull/737 which pulled in https://github.com/jenkinsci/plugin-pom/pull/724 which pulled in https://github.com/mojohaus/flatten-maven-plugin/pull/329 which broke the flattened POM: it no longer declares the plugin-to-plugin dependencies on commons-text-api and commons-lang3-api as explained in https://github.com/jenkinsci/bom/issues/2484#issuecomment-1714430772.