Slightly reduces the size of the 51converter build.

This commit is contained in:
Fabian Schlenz 2017-02-24 06:12:50 +01:00
parent dd2f88cf9a
commit 3d31365ed3
1 changed files with 0 additions and 3 deletions

View File

@ -15,12 +15,9 @@ dependencies {
exclude module: 'slf4j-simple'
}
compile 'org.xerial:sqlite-jdbc:3.16.1'
compile 'com.github.spullara.mustache.java:compiler:0.8.18'
compile 'org.slf4j:slf4j-api:1.7.21'
compile 'ch.qos.logback:logback-classic:1.1.7'
compile 'com.google.code.gson:gson:2.5'
testCompile 'junit:junit:4.12'
}
run {