Skip to content

Commit d7ca18c

Browse files
committed
exclude commons-logging which conflicts with jcl-over-slf4j
1 parent 8db6851 commit d7ca18c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ subprojects {
2424

2525
configurations {
2626
provided
27+
compile.exclude group: 'commons-logging', module: 'commons-logging' // commons-logging api is provided by jcl-over-slf4j
2728
}
2829

2930
dependencies {

0 commit comments

Comments
 (0)