authenteq-zz / java-bigchaindb-driver

Official BigchainDB Java driver
https://www.bigchaindb.com
Apache License 2.0
32 stars 22 forks source link

CI Build failure due to missing crypto-condition dependencies #43

Closed alvin-reyes closed 6 years ago

alvin-reyes commented 6 years ago

Travis CI is failing due to this missing dependency. Need to use the latest and greatest crypto condition library

[ERROR] Failed to execute goal on project java-bigchaindb-driver: Could not resolve dependencies for project com.authenteq:java-bigchaindb-driver:jar:0.0.1-SNAPSHOT: Could not find artifact org.interledger:java-crypto-conditions:jar:2.0.0-SNAPSHOT in sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots/)

https://travis-ci.org/authenteq/java-bigchaindb-driver

adonnini commented 6 years ago

This could be helpful

https://github.com/hyperledger/quilt/issues/14

agwego commented 6 years ago

I've fixed this in the latest pull request look at the .travis.yml

alvin-reyes commented 6 years ago

This is already fixed by https://github.com/authenteq/java-bigchaindb-driver/pull/58