diff --git a/workflows/build.gradle b/workflows/build.gradle index ddc1790..e9c89a0 100644 --- a/workflows/build.gradle +++ b/workflows/build.gradle @@ -51,6 +51,8 @@ dependencies { testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion" testImplementation "org.hamcrest:hamcrest-library:$hamcrestVersion" + // testImplementation "net.corda:corda-simulator-api:5.0.0.0-Fox1.1"//:$simulatorVersion" + // testRuntimeOnly "net.corda:corda-simulator-runtime:5.0.0.0-Fox1.1"//:$simulatorVersion" } // The CordApp section.