Skip to content

Commit

Permalink
[FIXED JENKINS-41745] Merged #2795: non-Remoting-based CLI.
Browse files Browse the repository at this point in the history
(cherry picked from commit 7290169)
  • Loading branch information
jglick committed Apr 14, 2017
1 parent 6ca1cca commit de629fc
Show file tree
Hide file tree
Showing 68 changed files with 2,467 additions and 403 deletions.
15 changes: 15 additions & 0 deletions cli/pom.xml
Expand Up @@ -34,6 +34,10 @@
<artifactId>commons-codec</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>remoting</artifactId>
Expand All @@ -50,6 +54,17 @@
<version>1.24</version>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>1.2.0</version> <!-- TODO 1.3.0 requires Java 8 -->
<optional>true</optional> <!-- do not expose to core -->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<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>
Expand Down

0 comments on commit de629fc

Please sign in to comment.