diff --git a/zaas-client/build.gradle b/zaas-client/build.gradle index 0b64ecca17..787f0e45ee 100644 --- a/zaas-client/build.gradle +++ b/zaas-client/build.gradle @@ -3,11 +3,11 @@ dependencies { compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.11' compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.1' - compile group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1' compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' compileOnly libraries.lombok testCompile group: 'junit', name: 'junit', version: '4.12' + testCompile group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1' testCompile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3' }