summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorUdo Walter2021-03-10 00:22:27 +0100
committerUdo Walter2021-03-10 00:22:27 +0100
commit4c01065a751030d078b802934bca3b16c1d7441c (patch)
treeee34ed57c3551636488a3b12c2d7133fd61ddbed /pom.xml
parent[MountVmStore] Better handling of concurrent invocations (diff)
downloadtmlite-bwlp-4c01065a751030d078b802934bca3b16c1d7441c.tar.gz
tmlite-bwlp-4c01065a751030d078b802934bca3b16c1d7441c.tar.xz
tmlite-bwlp-4c01065a751030d078b802934bca3b16c1d7441c.zip
[RemoteExec/RemoteReboot] convert ssh key to a format supported by JSch
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d880690..b128597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,5 +120,15 @@
<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>