|
|
|
@ -4,9 +4,9 @@ sourceCompatibility = 1.6
@@ -4,9 +4,9 @@ sourceCompatibility = 1.6
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
compile project(':feign-core') |
|
|
|
|
compile 'com.squareup.okhttp:okhttp:2.7.1' |
|
|
|
|
compile 'com.squareup.okhttp:okhttp:2.7.5' |
|
|
|
|
testCompile 'junit:junit:4.12' |
|
|
|
|
testCompile 'org.assertj:assertj-core:1.7.1' // last version supporting JDK 7 |
|
|
|
|
testCompile 'com.squareup.okhttp:mockwebserver:2.7.1' |
|
|
|
|
testCompile 'com.squareup.okhttp:mockwebserver:2.7.5' |
|
|
|
|
testCompile project(':feign-core').sourceSets.test.output // for assertions |
|
|
|
|
} |
|
|
|
|