未验证 提交 7f34cbf5 编写于 作者: O Oleg Nenashev 提交者: GitHub

[JENKINS-58483, JENKINS-43669] - Remove Trilead SSH dependencies for CLI and the Core (#4111)

* [JENKINS-58483] - Remove Trilead SSH dependencies for CLI and the Core

* [JENKINS-43669] - Update SSH CLI Auth Module to 1.6 to Remove Trilead SSH references

* [JENKINS-58483] - Pick up the regression fix from https://github.com/jenkinsci/ssh-cli-auth-module/pull/14

* [JENKINS-58483] - Use the release version of SSH CLI Auth module
上级 6fea9b24
......@@ -77,11 +77,6 @@
<artifactId>slf4j-jdk14</artifactId>
<optional>true</optional> <!-- ditto -->
</dependency>
<dependency> <!-- TODO remove and replace PrivateKeyProvider with SecurityUtils.createFileKeyPairProvider() as in SshClient -->
<groupId>org.jenkins-ci</groupId>
<artifactId>trilead-ssh2</artifactId>
<version>build214-jenkins-1</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
......
......@@ -116,11 +116,6 @@ THE SOFTWARE.
<artifactId>jnr-posix</artifactId>
<version>3.0.45</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>trilead-putty-extension</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-groovy</artifactId>
......
......@@ -100,7 +100,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>ssh-cli-auth</artifactId>
<version>1.5</version>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册