mirror of
https://github.com/corda/corda.git
synced 2025-02-06 19:19:19 +00:00
Allow use of test utils in flow cookbook. (#1511)
* Allow use of test utils in flow cookbook. * Shift how testCompile project is set.
This commit is contained in:
parent
5eab71caae
commit
4eacaaf283
@ -34,6 +34,7 @@ dependencies {
|
|||||||
cordaCompile project(':client:jfx')
|
cordaCompile project(':client:jfx')
|
||||||
cordaCompile project(':node-driver')
|
cordaCompile project(':node-driver')
|
||||||
testCompile project(':verifier')
|
testCompile project(':verifier')
|
||||||
|
testCompile project(':test-utils')
|
||||||
|
|
||||||
compile "org.graphstream:gs-core:1.3"
|
compile "org.graphstream:gs-core:1.3"
|
||||||
compile("org.graphstream:gs-ui:1.3") {
|
compile("org.graphstream:gs-ui:1.3") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user