summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorUdo Walter2018-03-27 17:34:25 +0200
committerUdo Walter2018-03-27 17:34:25 +0200
commit1bbd47459c3ea8c1b3235b386a2630c7c11125dc (patch)
tree3a3e427b132fb09294d8dc0cd689fa7351390f25 /pom.xml
parent[scripts/mount-store] Remove ro option for CIFS (diff)
downloadtmlite-bwlp-1bbd47459c3ea8c1b3235b386a2630c7c11125dc.tar.gz
tmlite-bwlp-1bbd47459c3ea8c1b3235b386a2630c7c11125dc.tar.xz
tmlite-bwlp-1bbd47459c3ea8c1b3235b386a2630c7c11125dc.zip
[RemoteReboot] Switched from the jcabi-ssh library to the jsch library.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7fe7fc7..0eab9c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,9 +111,9 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>com.jcabi</groupId>
- <artifactId>jcabi-ssh</artifactId>
- <version>1.5.2</version>
+ <groupId>com.jcraft</groupId>
+ <artifactId>jsch</artifactId>
+ <version>0.1.54</version>
</dependency>
</dependencies>
</project>