When running tests in a CorDapp that uses accounts you get the error:
com/r3/corda/lib/ci/SignedKeyUtilitiesKt
java.lang.NoClassDefFoundError: com/r3/corda/lib/ci/SignedKeyUtilitiesKt
at com.r3.corda.lib.accounts.workflows.internal.flows.ConfidentialIdentityUtilsKt.createKeyForAccount(ConfidentialIdentityUtils.kt:20)
at com.r3.corda.lib.accounts.workflows.flows.RequestKeyForAccountFlow.call(RequestKeyForAccountFlows.kt:37)
It seems like the dependencies are not propagated properly.
When running tests in a CorDapp that uses accounts you get the error:
It seems like the dependencies are not propagated properly.