Skip to content

Commit 3a0f976

Browse files
authored
Merge pull request #170 from graphql-java/remove-slf4j
Removing unused slf4j references
2 parents bdc041c + 3a78483 commit 3a0f976

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jar {
6565
}
6666

6767
dependencies {
68-
api "org.slf4j:slf4j-api:$slf4j_version"
6968
api "org.reactivestreams:reactive-streams:$reactive_streams_version"
7069
}
7170

@@ -99,7 +98,6 @@ testing {
9998
implementation 'org.junit.jupiter:junit-jupiter-api'
10099
implementation 'org.junit.jupiter:junit-jupiter-params'
101100
implementation 'org.junit.jupiter:junit-jupiter-engine'
102-
implementation "org.slf4j:slf4j-simple:$slf4j_version"
103101
implementation "org.awaitility:awaitility:$awaitility_version"
104102
implementation "org.hamcrest:hamcrest:$hamcrest_version"
105103
implementation "io.projectreactor:reactor-core:$reactor_core_version"

gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ projectDescription = Port of Facebook Dataloader for Java
2020
# Dependency versions.
2121
junit_version=5.11.3
2222
hamcrest_version=2.2
23-
slf4j_version=1.7.30
2423
awaitility_version=2.0.0
2524
reactor_core_version=3.6.6
2625
caffeine_version=3.1.8

0 commit comments

Comments
 (0)