mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
Merge pull request #334 from joeschmid/tomp2p-5.0-Beta2
Updated project to use 5.0-Beta2 of tomp2p
This commit is contained in:
commit
bb898282ca
1 changed files with 2 additions and 2 deletions
|
@ -36,12 +36,12 @@ processResources {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url 'https://partnerdemo.artifactoryonline.com/partnerdemo/libs-snapshots-local' }
|
maven { url 'http://tomp2p.net/dev/mvn/' }
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.bitcoinj:bitcoinj-core:0.12.2'
|
compile 'org.bitcoinj:bitcoinj-core:0.12.2'
|
||||||
compile 'net.tomp2p:tomp2p-all:5.0-Alpha.8f1cafb-SNAPSHOT'
|
compile 'net.tomp2p:tomp2p-all:5.0-Beta2'
|
||||||
compile 'io.reactivex:rxjava:1.0.0'
|
compile 'io.reactivex:rxjava:1.0.0'
|
||||||
compile 'org.springframework:spring-core:4.1.1.RELEASE'
|
compile 'org.springframework:spring-core:4.1.1.RELEASE'
|
||||||
compile 'net.sf.jopt-simple:jopt-simple:4.8'
|
compile 'net.sf.jopt-simple:jopt-simple:4.8'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue