We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46853e1 commit 3b86127Copy full SHA for 3b86127
1 file changed
jobs-search-reporter/build.gradle
@@ -21,5 +21,11 @@ repositories {
21
}
22
23
dependencies {
24
-
+ implementation group: 'com.beust', name: 'jcommander', version: '1.78'
25
+
26
+ implementation group: 'io.github.openfeign', name: 'feign-core', version: '10.6.0'
27
+ implementation group: 'io.github.openfeign', name: 'feign-gson', version: '10.6.0'
28
29
30
+ testCompile group: 'junit', name: 'junit', version: '4.12'
31
0 commit comments