Commit 753ea9a
committed
build(downloader): Exclude Apache MINA's sshd-sftp dependency
JGit's SSH transport depends on MINA's sshd-sftp although that
dependency is optional [1] and not required for pure SSH connections. So
remove that dependency, which also solves a class initialization issue
when building GraalVM native images.
[1]: https://github.com/apache/mina-sshd/blob/master/docs/sftp.md
Signed-off-by: Sebastian Schuberth <[email protected]>1 parent 8a3144e commit 753ea9a
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments