Skip to content

Commit 497a218

Browse files
author
Thomas Darimont
committed
DATAREDIS-298 - Remove not needed jcl-over-slf4j compile dependency.
Removed compile time dependency on jcl-over-slf4j. Original pull request: #67.
1 parent 76a4258 commit 497a218

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ configurations.all {
3939
dependencies {
4040
// Logging
4141
compile "org.slf4j:slf4j-api:$slf4jVersion"
42-
compile "org.slf4j:jcl-over-slf4j:$slf4jVersion"
4342
testRuntime "log4j:log4j:$log4jVersion"
4443
testRuntime "org.slf4j:slf4j-log4j12:$slf4jVersion"
4544

0 commit comments

Comments
 (0)