|
|
|
@ -4,7 +4,7 @@ sourceCompatibility = 1.6
@@ -4,7 +4,7 @@ sourceCompatibility = 1.6
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
compile project(':feign-core') |
|
|
|
|
compile 'com.fasterxml.jackson.core:jackson-databind:2.2.2' |
|
|
|
|
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.1' |
|
|
|
|
testCompile 'junit:junit:4.12' |
|
|
|
|
testCompile 'org.assertj:assertj-core:1.7.1' |
|
|
|
|
testCompile project(':feign-core').sourceSets.test.output // for assertions |
|
|
|
|