Remove old Websockets dependency (#3030)
This commit is contained in:
parent
2a1ba9e4ff
commit
340c734dda
|
|
@ -31,7 +31,6 @@ dependencies {
|
|||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
|
||||
testCompile 'org.junit.jupiter:junit-jupiter-params:5.3.1'
|
||||
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
|
||||
implementation "org.java-websocket:Java-WebSocket:1.3.8"
|
||||
implementation 'com.google.code.gson:gson:2.8.5'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue