Skip to content

Commit f4bdf6a

Browse files
committed
Problem: depending on slf4j-simple is unncessary
Solution: drop it
1 parent 23622e1 commit f4bdf6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ bintray {
9292
}
9393

9494
dependencies {
95-
compile 'org.slf4j:slf4j-api:1.7.21'
96-
compile 'org.slf4j:slf4j-simple:1.7.21'
95+
compile 'org.slf4j:slf4j-api:1.7.21'
9796

9897
// Useful utilities
9998
compile 'com.google.guava:guava:19.0'

0 commit comments

Comments
 (0)