replace Java-WebSocket to OkHttp WebSocket

This commit is contained in:
b95500517
2015-03-01 07:39:26 +08:00
parent 1723bbe323
commit d86f51fda0
2 changed files with 119 additions and 85 deletions

10
pom.xml
View File

@@ -47,11 +47,6 @@
<artifactId>json</artifactId>
<version>20090211</version>
</dependency>
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -64,6 +59,11 @@
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-ws</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
<distributionManagement>