Skip to content

Commit

Permalink
Move from unmaintained jsch to com.github.mwiede fork (coherence-comm…
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman authored Aug 21, 2024
1 parent 1b13699 commit dda72ee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
6 changes: 1 addition & 5 deletions bedrock-runtime-remote-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,25 @@
</dependency>

<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>${jsch.version}</version>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
3 changes: 1 addition & 2 deletions bedrock-runtime-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</dependency>

<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>${jsch.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bedrock-runtime-virtual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</dependency>

<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion bedrock-runtime-windows-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dependency>

<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<javax.xml.bind.version>2.3.0</javax.xml.bind.version>
<javax.xml.ws.version>2.3.0</javax.xml.ws.version>
<jprofiler.version>9.1.1</jprofiler.version>
<jsch.version>0.1.54</jsch.version>
<jsch.version>0.2.18</jsch.version>
<junit.version>4.13.1</junit.version>
<junit.five.version>5.7.1</junit.five.version>
<junit.jupiter.version>5.7.0</junit.jupiter.version>
Expand Down Expand Up @@ -200,7 +200,7 @@
</dependency>

<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>${jsch.version}</version>
</dependency>
Expand Down

0 comments on commit dda72ee

Please sign in to comment.