Skip to content

Commit 7191c12

Browse files
authored
Enable logging in chat sample (#3134)
1 parent 203c2a2 commit 7191c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/java/signalr/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies {
3838
testImplementation 'org.junit.jupiter:junit-jupiter-api'
3939
testCompile 'org.junit.jupiter:junit-jupiter-params'
4040
testRuntime 'org.junit.jupiter:junit-jupiter-engine'
41+
testCompile 'org.slf4j:slf4j-jdk14:1.7.25'
4142
implementation 'com.google.code.gson:gson'
4243
implementation 'com.squareup.okhttp3:okhttp'
4344
implementation 'io.reactivex.rxjava2:rxjava'

0 commit comments

Comments
 (0)