Skip to content

Commit

Permalink
chore: add oktthp & gson dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Faust <envoyer@pm.me>
  • Loading branch information
Brian Faust committed Aug 2, 2018
1 parent 896ad83 commit fb40199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -31,6 +31,8 @@ task createPom {

dependencies {
compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.5.1'
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.11.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'

testCompile group: 'org.spockframework', name: 'spock-core', version: '1.1-groovy-2.4'
testCompile group: 'junit', name: 'junit', version: '4.12'
Expand Down

0 comments on commit fb40199

Please sign in to comment.