summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorUdo Walter2021-03-16 20:31:23 +0100
committerUdo Walter2021-03-16 20:31:23 +0100
commit5bb76109326829a821fd99deb8a40c196573a8bb (patch)
tree62de75b442221c29222fcf2d301952c03c054850 /pom.xml
parent[RemoteExec/RemoteReboot] convert ssh key to a format supported by JSch (diff)
downloadtmlite-bwlp-5bb76109326829a821fd99deb8a40c196573a8bb.tar.gz
tmlite-bwlp-5bb76109326829a821fd99deb8a40c196573a8bb.tar.xz
tmlite-bwlp-5bb76109326829a821fd99deb8a40c196573a8bb.zip
[RemoteExec/RemoteReboot] switch to fork of JSch to support more key formats
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index b128597..6ad1853 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,24 +111,14 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>com.jcraft</groupId>
+ <groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
- <version>0.1.54</version>
+ <version>0.1.62</version>
</dependency>
<dependency>
<groupId>org.schwering</groupId>
<artifactId>irclib</artifactId>
<version>2.0.0.Alpha3</version>
</dependency>
- <dependency>
- <groupId>com.sshtools</groupId>
- <artifactId>maverick-synergy-client</artifactId>
- <version>3.0.0-RC3</version>
- </dependency>
- <dependency>
- <groupId>com.sshtools</groupId>
- <artifactId>maverick-bc</artifactId>
- <version>3.0.0-RC3</version>
- </dependency>
</dependencies>
</project>