|
|
|
@ -1,9 +1,9 @@
@@ -1,9 +1,9 @@
|
|
|
|
|
apply plugin: 'java' |
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
compile 'com.netflix.feign:feign-core:4.0.0' |
|
|
|
|
compile 'com.netflix.feign:feign-gson:4.0.0' |
|
|
|
|
provided 'com.squareup.dagger:dagger-compiler:1.0.1' |
|
|
|
|
compile 'com.netflix.feign:feign-core:4.1.0' |
|
|
|
|
compile 'com.netflix.feign:feign-gson:4.1.0' |
|
|
|
|
provided 'com.squareup.dagger:dagger-compiler:1.1.0' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// create a self-contained jar that is executable |
|
|
|
|