Add missing cliutils dependency to explorer

This commit is contained in:
cburlinchon 2019-03-20 16:49:10 +00:00 committed by Mike Hearn
parent 5eea37679f
commit bc74ba4be4

View File

@ -21,6 +21,7 @@ dependencies {
// Corda Core: Data structures and basic types needed to work with Corda.
compile project(':core')
compile project(':tools:cliutils')
compile project(':client:jfx')
compile project(':finance:contracts')
compile project(':finance:workflows')