Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Fix slf4j warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
JBYoshi committed Nov 24, 2015
1 parent 10844e1 commit b008465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ repositories {
dependencies {
compile "org.eclipse.jgit:org.eclipse.jgit:4.1.0.201509280440-r"
compile "com.google.guava:guava:18.0"
runtime "org.slf4j:slf4j-simple:1.7.10" // Required by JGit
}

apply plugin: 'application'
Expand Down

0 comments on commit b008465

Please sign in to comment.