Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Dependency conflict #104

Open
andnux opened this issue Dec 17, 2019 · 0 comments
Open

Dependency conflict #104

andnux opened this issue Dec 17, 2019 · 0 comments

Comments

@andnux
Copy link

andnux commented Dec 17, 2019

I used bitcoin J and eosio Java in my project. How to solve this conflict?
Here are the dependencies:

https://github.com/bitcoinj/bitcoinj/blob/master/core/build.gradle
dependencies {
compile 'org.bouncycastle:bcprov-jdk15to18:1.64'
}

https://github.com/EOSIO/eosio-java/blob/master/eosiojava/build.gradle
dependencies {
api 'org.bouncycastle:bcprov-jdk15on:1.61'
api 'org.bouncycastle:bcpkix-jdk15on:1.61'
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant