hyperledger / identus-apollo

Collection of the cryptographic methods used all around identus
Apache License 2.0
10 stars 4 forks source link

Fix license by replace jcip-annotations dependency #192

Open FabioPinheiro opened 2 weeks ago

FabioPinheiro commented 2 weeks ago

Is this a regression?

No

Description

The bitcoin library org.bitcoinj:bitcoinj-core:0.16.2 https://mvnrepository.com/artifact/org.bitcoinj/bitcoinj-core/0.16.2 was a Runtime dependency to net.jcip:jcip-annotations that has a license that I believe we cannot use.

We should to force to drop the runtime dependency in favor of com.github.stephenc.jcip:jcip-annotations:1.0-1

Please provide the exception or error you saw

It depends on the runtime dependency that cannot be used

FabioPinheiro commented 2 weeks ago

This is related with https://github.com/hyperledger/identus-cloud-agent/issues/1099

FabioPinheiro commented 2 weeks ago

fyi @goncalo-frade-iohk @elribonazo