corda / accounts

Accounts on Corda
Other
36 stars 38 forks source link

ConfidentialIdentity Dependencies Aren't Propagated #45

Closed opticyclic closed 5 years ago

opticyclic commented 5 years ago

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.

roger-that-dev commented 5 years ago

This is fixed now. The README instructs developers to add the dependencies for CI. Cheers