entry 'jackson-databind'
}
dependency 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
- dependency 'com.github.kevinsawicki:http-request:5.4.1'
dependencySet(group: 'com.github.scribejava', version: '6.9.0') {
entry 'scribejava-apis'
entry 'scribejava-core'
// not a transitive dep. At runtime lib/jdbc/h2 is used
compileOnly 'com.h2database:h2'
- testCompile 'com.github.kevinsawicki:http-request'
testCompile 'com.google.code.findbugs:jsr305'
testCompile 'com.h2database:h2'
testCompile 'com.squareup.okhttp3:mockwebserver'