app: downgrade jsch back to old unmaintaned version for compatibility with jsch-agent-proxy

This commit is contained in:
2020-11-05 04:05:27 -06:00
parent da0eceacea
commit b004320ffe
2 changed files with 12 additions and 1 deletions

View File

@@ -16,6 +16,17 @@
<groupId>net.monarchpass</groupId>
<artifactId>libpiecannon</artifactId>
<version>0.0.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>