Commit b16aaae
committed
Explicitly declare dependencies
Reduce the risk that new dependencies will be injected accidentally from
a dependency update.
The developer documentation provides more details at
https://www.jenkins.io/doc/developer/plugin-development/dependencies-and-class-loading/#build-time-validation-of-bundled-artifacts
Originally added to Maven hpi plugin in pull request:
* jenkinsci/maven-hpi-plugin#771
Testing done
* Confirmed that automated tests pass1 parent 06dadaa commit b16aaae
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments