Skip to content

Commit 3b86127

Browse files
committed
Agregando librerias
1 parent 46853e1 commit 3b86127

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

jobs-search-reporter/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,11 @@ repositories {
2121
}
2222

2323
dependencies {
24-
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'
2531
}

0 commit comments

Comments
 (0)