diff options
author | Thomas Wolf <twolf@apache.org> | 2023-04-03 19:33:24 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-16 12:59:37 +0200 |
commit | 913e6cf3f6c2a28f162831cd64a6273b751b917a (patch) | |
tree | 8933ee6e667e8bbf8f14c90b6ab1ee0e597dc1f6 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven | |
parent | 43954ea62ade1161ce446818ca7f7e36b1c10042 (diff) | |
download | jgit-913e6cf3f6c2a28f162831cd64a6273b751b917a.tar.gz jgit-913e6cf3f6c2a28f162831cd64a6273b751b917a.zip |
Switch to Apache MINA sshd 2.10.0
Bump the version numbers in pom.xml and in MANIFESTs, and in the bazel
WORKSPACE file. Update the target platforms. Remove work-arounds in
org.eclipse.jgit.ssh.apache that are no longer necessary.
The release notes for Apache MINA sshd are at [1].
[1] https://github.com/apache/mina-sshd/blob/master/docs/changes/2.10.0.md
Bug: 581770
Change-Id: Id27e73e9712b7865353c9b32b5b768f6e998b05e
Signed-off-by: Thomas Wolf <twolf@apache.org>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd index cb1ab479a9..a73dd02c2f 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd @@ -121,6 +121,24 @@ maven jetty } } +maven sshd + scope = compile + dependencyDepth = none + missingManifest = error + includeSources +{ + dependency { + groupId = "org.apache.sshd" + artifactId = "sshd-osgi" + version = "2.10.0" + } + dependency { + groupId = "org.apache.sshd" + artifactId = "sshd-sftp" + version = "2.10.0" + } +} + maven slf4j scope = compile dependencyDepth = none |