File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/org/red5/net/websocket Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.red5</groupId >
5
5
<artifactId >red5-parent</artifactId >
6
- <version >1.0.10-M4 </version >
6
+ <version >1.0.10-M5 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >websocket</artifactId >
45
45
46
46
</developer >
47
47
</developers >
48
- <!--
49
48
<properties >
50
- <bc.version>1.58 </bc.version>
49
+ <bc .version>1.59 </bc .version>
51
50
</properties >
52
- -->
53
51
<build >
54
52
<defaultGoal >install</defaultGoal >
55
53
<plugins >
Original file line number Diff line number Diff line change 40
40
import org .apache .mina .filter .ssl .SslContextFactory ;
41
41
import org .apache .mina .filter .ssl .SslFilter ;
42
42
import org .bouncycastle .jce .provider .BouncyCastleProvider ;
43
+ import org .bouncycastle .jsse .provider .BouncyCastleJsseProvider ;
43
44
import org .slf4j .Logger ;
44
45
import org .slf4j .LoggerFactory ;
45
46
You can’t perform that action at this time.
0 commit comments