Error now occurs on upload if no files are sent. Added apache httpcomponents as a dependency.

This commit is contained in:
Clinton Alexander 2016-06-07 10:26:51 +01:00
parent f3fc2e005b
commit 2a59600b54

View File

@ -87,6 +87,11 @@ dependencies {
// TypeSafe Config: for simple and human friendly config files.
compile "com.typesafe:config:1.3.0"
compile "org.apache.httpcomponents:httpclient:4.5.2"
// Quasar: for the bytecode rewriting for state machines.
quasar "co.paralleluniverse:quasar-core:${quasar_version}:jdk8@jar"
// Unit testing helpers.
testCompile 'junit:junit:4.12'
testCompile "org.assertj:assertj-core:${assertj_version}"