Skip to content

Commit

Permalink
Fix #255 - missing slf4j dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sscarduzio committed Jul 24, 2017
1 parent da61beb commit c08cd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ dependencies {
exclude group: 'com.google.code.gson', module: 'gson'
}
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'org.slf4j:slf4j-simple:1.7.25'

compile 'com.fasterxml.jackson.core:jackson-databind:2.8.6'

Expand Down

0 comments on commit c08cd63

Please sign in to comment.