Luxoft / cordentity

This project combines Hyperledger's Indy ledger for decentralized identity with the Corda platform
Apache License 2.0
32 stars 20 forks source link

Will Jackson versions interfere? #9

Open seniorjoinu opened 6 years ago

seniorjoinu commented 6 years ago

Detailed Description

indy-utils module contains Jackson as a dependency. In general, this is not a problem but potentially it can create some difficulties when Cordentity will be used in Spring-based projects (which also uses Jackson).

Context

This is important because Spring is a de-facto standard for web development in JVM so every Cordentity user should have an opportunity to use it.

Possible Implementation

This issue should be well investigated and tested. If there is no opportunity of using Jackson in Cordentity we should find an alternative library for Kotlin. If everything is ok and no action is needed - let it be as it is.