mirror of
https://github.com/corda/corda.git
synced 2025-06-06 17:31:44 +00:00
Add missing cliutils dependency to explorer
This commit is contained in:
parent
5eea37679f
commit
bc74ba4be4
@ -21,6 +21,7 @@ dependencies {
|
|||||||
|
|
||||||
// Corda Core: Data structures and basic types needed to work with Corda.
|
// Corda Core: Data structures and basic types needed to work with Corda.
|
||||||
compile project(':core')
|
compile project(':core')
|
||||||
|
compile project(':tools:cliutils')
|
||||||
compile project(':client:jfx')
|
compile project(':client:jfx')
|
||||||
compile project(':finance:contracts')
|
compile project(':finance:contracts')
|
||||||
compile project(':finance:workflows')
|
compile project(':finance:workflows')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user