We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c534f1c commit 46853e1Copy full SHA for 46853e1
1 file changed
jobs-search-reporter/build.gradle
@@ -21,11 +21,5 @@ 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