mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
Error now occurs on upload if no files are sent. Added apache httpcomponents as a dependency.
This commit is contained in:
parent
f3fc2e005b
commit
2a59600b54
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user