description = 'SonarQube :: Authentication :: Common' configurations { testImplementation.extendsFrom compileOnlyApi } dependencies { // please keep the list ordered api 'com.github.scribejava:scribejava-apis' api 'com.github.scribejava:scribejava-core' compileOnlyApi 'com.google.code.findbugs:jsr305' testImplementation 'commons-lang:commons-lang' testImplementation 'com.squareup.okhttp3:mockwebserver' testImplementation 'junit:junit' testImplementation 'org.assertj:assertj-core' testImplementation 'org.mockito:mockito-core' }