Change testCompile to compile for logback-classic

This commit is contained in:
YuCheng Hu 2019-10-04 17:30:11 -04:00
parent 7ccba60a83
commit 87725dc875
2 changed files with 1 additions and 2 deletions

View File

@ -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'

View File

@ -38,7 +38,6 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
<scope>test</scope>
</dependency>
<!-- APACHE -->