Skip to content

Commit da497e8

Browse files
update ssh dependency
1 parent 5b4d796 commit da497e8

File tree

159 files changed

+67
-22353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+67
-22353
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
<include>**</include>
108108
</includes>
109109
</filter>
110+
<filter>
111+
<artifact>com.github.mwiede:jsch</artifact>
112+
<includes>
113+
<include>**</include>
114+
</includes>
115+
</filter>
110116
<filter>
111117
<artifact>*:*</artifact>
112118
<excludes>
@@ -187,5 +193,10 @@
187193
<artifactId>logback-core</artifactId>
188194
<version>1.2.13</version>
189195
</dependency>
196+
<dependency>
197+
<groupId>com.github.mwiede</groupId>
198+
<artifactId>jsch</artifactId>
199+
<version>2.27.2</version>
200+
</dependency>
190201
</dependencies>
191202
</project>

src/main/java/ch/ethz/ssh2/AuthenticationResult.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/main/java/ch/ethz/ssh2/ChannelCondition.java

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)