Commit e72cac8
authored
Explicitly declare dependencies (#143)
Reduce the risk that new dependencies will be injected accidentally from
a dependency update.
Rely on the commons-beanutils that is provided by Jenkins rather than
including a copy in the hpi file of the plugin.
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 345ea93 commit e72cac8
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
0 commit comments