Change testCompile to compile for logback-classic
This commit is contained in:
parent
7ccba60a83
commit
87725dc875
|
@ -29,7 +29,7 @@ configurations {
|
|||
|
||||
dependencies {
|
||||
// LOG
|
||||
testCompile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
|
||||
compile 'ch.qos.logback:logback-classic:1.2.3'
|
||||
|
||||
// APACHE
|
||||
compile group: 'commons-logging', name: 'commons-logging', version: '1.1.1'
|
||||
|
|
Loading…
Reference in New Issue