Skip to content

Commit

Permalink
Upgrade to consensusj 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 6, 2020
1 parent beff2fd commit 3d9399c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ consensusjBtcJsonRpcArtifact = cj-btc-jsonrpc
consensusjBtcJsonRpcGvyArtifact = cj-btc-jsonrpc-gvy
consensusjBtcCliArtifact = cj-btc-cli
consensusjBtcDslArtifact = bitcoinj-dsl
consensusjBtcMoneyArtifact = bitcoinj-money
consensusjVersion = 0.4.0
groovyVersion = 2.5.8
consensusjExchangeArtifact = consensusj-exchange
consensusjVersion = 0.5.0
groovyVersion = 2.5.9
spockVersion = 1.3-groovy-2.5
slf4jVersion = 1.7.30

Expand Down
2 changes: 1 addition & 1 deletion omnij-money/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
compile project(':omnij-core')

compile "${consensusjGroup}:${consensusjBtcMoneyArtifact}:${consensusjVersion}"
compile "${consensusjGroup}:${consensusjExchangeArtifact}:${consensusjVersion}"

compile 'org.javamoney:moneta-bp:1.3'
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
import javax.money.convert.ProviderContextBuilder;
import javax.money.convert.RateType;

import com.msgilligan.bitcoinj.money.CurrencyUnitPair;
import com.msgilligan.bitcoinj.money.ExchangeRateChange;
import com.msgilligan.bitcoinj.money.ExchangeRateObserver;
import com.msgilligan.bitcoinj.money.ObservableExchangeRateProvider;
import org.javamoney.moneta.CurrencyUnitBuilder;
import org.consensusj.exchange.CurrencyUnitPair;
import org.consensusj.exchange.ExchangeRateChange;
import org.consensusj.exchange.ExchangeRateObserver;
import org.consensusj.exchange.ObservableExchangeRateProvider;
import org.javamoney.moneta.convert.ExchangeRateBuilder;
import org.javamoney.moneta.spi.AbstractRateProvider;
import org.javamoney.moneta.spi.DefaultNumberValue;
Expand Down

0 comments on commit 3d9399c

Please sign in to comment.