Change order of dependencies

Just to retrigger a travis build as for some strange reasons core does not get resolved.
This commit is contained in:
Manfred Karrer 2018-07-26 18:14:31 +02:00 committed by GitHub
parent 1755388efa
commit d2eae6b99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ repositories {
}
dependencies {
compile 'network.bisq:bisq-core:-SNAPSHOT'
compile 'network.bisq:bisq-p2p:-SNAPSHOT'
compile 'network.bisq:bisq-core:-SNAPSHOT'
compile 'network.bisq:bisq-common:-SNAPSHOT'
compile 'org.controlsfx:controlsfx:8.0.6_20'
compile 'org.reactfx:reactfx:2.0-M3'