Skip to content

Commit d08cabe

Browse files
committed
added missed dependency on to slf4j
1 parent 2152020 commit d08cabe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rsocket-rpc-core/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description = 'RSocket RPC Library'
99

1010
dependencies {
1111
implementation 'com.google.protobuf:protobuf-java'
12+
implementation 'org.slf4j:slf4j-api'
1213

1314
api 'io.opentracing:opentracing-api'
1415
api 'javax.inject:javax.inject'
@@ -54,6 +55,8 @@ dependencyManagement {
5455
entry "log4j-core"
5556
entry "log4j-slf4j-impl"
5657
}
58+
59+
dependency "org.slf4j:slf4j-api:${ext['slf4j.version']}"
5760
dependency "org.slf4j:slf4j-simple:${ext['slf4j.version']}"
5861

5962
dependencySet(group: 'io.rsocket', version: ext['rsocket.version']) {

0 commit comments

Comments
 (0)