We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203c2a2 commit 7191c12Copy full SHA for 7191c12
clients/java/signalr/build.gradle
@@ -38,6 +38,7 @@ dependencies {
38
testImplementation 'org.junit.jupiter:junit-jupiter-api'
39
testCompile 'org.junit.jupiter:junit-jupiter-params'
40
testRuntime 'org.junit.jupiter:junit-jupiter-engine'
41
+ testCompile 'org.slf4j:slf4j-jdk14:1.7.25'
42
implementation 'com.google.code.gson:gson'
43
implementation 'com.squareup.okhttp3:okhttp'
44
implementation 'io.reactivex.rxjava2:rxjava'
0 commit comments