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:
Joel Dudley 2017-09-15 09:02:52 +01:00 committed by josecoll
parent 5eab71caae
commit 4eacaaf283

View File

@ -34,6 +34,7 @@ dependencies {
cordaCompile project(':client:jfx')
cordaCompile project(':node-driver')
testCompile project(':verifier')
testCompile project(':test-utils')
compile "org.graphstream:gs-core:1.3"
compile("org.graphstream:gs-ui:1.3") {