File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 65
65
}
66
66
67
67
dependencies {
68
- api " org.slf4j:slf4j-api:$slf4j_version "
69
68
api " org.reactivestreams:reactive-streams:$reactive_streams_version "
70
69
}
71
70
@@ -99,7 +98,6 @@ testing {
99
98
implementation ' org.junit.jupiter:junit-jupiter-api'
100
99
implementation ' org.junit.jupiter:junit-jupiter-params'
101
100
implementation ' org.junit.jupiter:junit-jupiter-engine'
102
- implementation " org.slf4j:slf4j-simple:$slf4j_version "
103
101
implementation " org.awaitility:awaitility:$awaitility_version "
104
102
implementation " org.hamcrest:hamcrest:$hamcrest_version "
105
103
implementation " io.projectreactor:reactor-core:$reactor_core_version "
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ projectDescription = Port of Facebook Dataloader for Java
20
20
# Dependency versions.
21
21
junit_version =5.11.3
22
22
hamcrest_version =2.2
23
- slf4j_version =1.7.30
24
23
awaitility_version =2.0.0
25
24
reactor_core_version =3.6.6
26
25
caffeine_version =3.1.8
You can’t perform that action at this time.
0 commit comments