File tree 6 files changed +7
-13
lines changed
bedrock-runtime-remote-tests
bedrock-runtime-windows-tests
6 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 42
42
</dependency >
43
43
44
44
<dependency >
45
- <groupId >com.jcraft </groupId >
45
+ <groupId >com.github.mwiede </groupId >
46
46
<artifactId >jsch</artifactId >
47
- <version >${jsch.version} </version >
48
47
</dependency >
49
48
50
49
<dependency >
51
50
<groupId >org.hamcrest</groupId >
52
51
<artifactId >hamcrest-core</artifactId >
53
- <version >${hamcrest.version} </version >
54
52
<scope >test</scope >
55
53
</dependency >
56
54
57
55
<dependency >
58
56
<groupId >junit</groupId >
59
57
<artifactId >junit</artifactId >
60
- <version >${junit.version} </version >
61
58
<scope >test</scope >
62
59
</dependency >
63
60
64
61
<dependency >
65
62
<groupId >org.mockito</groupId >
66
63
<artifactId >mockito-core</artifactId >
67
- <version >${mockito.version} </version >
68
64
<scope >test</scope >
69
65
</dependency >
70
66
</dependencies >
Original file line number Diff line number Diff line change 24
24
</dependency >
25
25
26
26
<dependency >
27
- <groupId >com.jcraft </groupId >
27
+ <groupId >com.github.mwiede </groupId >
28
28
<artifactId >jsch</artifactId >
29
- <version >${jsch.version} </version >
30
29
</dependency >
31
30
32
31
<dependency >
Original file line number Diff line number Diff line change 11
11
requires java .logging ;
12
12
13
13
requires jdk .httpserver ;
14
-
15
- requires jsch ;
14
+ requires com .jcraft .jsch ;
16
15
}
Original file line number Diff line number Diff line change 24
24
</dependency >
25
25
26
26
<dependency >
27
- <groupId >com.jcraft </groupId >
27
+ <groupId >com.github.mwiede </groupId >
28
28
<artifactId >jsch</artifactId >
29
29
</dependency >
30
30
Original file line number Diff line number Diff line change 30
30
</dependency >
31
31
32
32
<dependency >
33
- <groupId >com.jcraft </groupId >
33
+ <groupId >com.github.mwiede </groupId >
34
34
<artifactId >jsch</artifactId >
35
35
</dependency >
36
36
Original file line number Diff line number Diff line change 122
122
<hamcrest .version>2.2</hamcrest .version>
123
123
<jakarta .el.version>5.0.1</jakarta .el.version>
124
124
<jacoco .version>0.8.7</jacoco .version>
125
- <jsch .version>0.1.55 </jsch .version>
125
+ <jsch .version>0.2.18 </jsch .version>
126
126
<junit .version>4.13.2</junit .version>
127
127
<junit .five.version>5.8.1</junit .five.version>
128
128
<maven .settings.version>3.9.6</maven .settings.version>
249
249
</dependency >
250
250
251
251
<dependency >
252
- <groupId >com.jcraft </groupId >
252
+ <groupId >com.github.mwiede </groupId >
253
253
<artifactId >jsch</artifactId >
254
254
<version >${jsch.version} </version >
255
255
</dependency >
You can’t perform that action at this time.
0 commit comments