Updated project to use 5.0-Beta2 of tomp2p

Note that this has not been thoroughly tested and, in particular, my router does not support UPnP so I've only been able to test with --node.useManualPortForwarding=true  The project does compile and run successfully though. With manual port forwarding I'm able to connect to the p2p network and view open offers successfully.
This commit is contained in:
Joe Schmid 2015-02-06 22:54:16 -05:00
parent b0cbfaed6d
commit 089007a498

View File

@ -36,12 +36,12 @@ processResources {
repositories {
jcenter()
maven { url 'https://partnerdemo.artifactoryonline.com/partnerdemo/libs-snapshots-local' }
maven { url 'http://tomp2p.net/dev/mvn/' }
}
dependencies {
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 'org.springframework:spring-core:4.1.1.RELEASE'
compile 'net.sf.jopt-simple:jopt-simple:4.8'