Added dependency management and bumped gradle version

This commit is contained in:
2017-07-02 11:46:27 +02:00
parent a8addf946b
commit 35d7486869
13 changed files with 78 additions and 47 deletions

View File

@ -29,10 +29,10 @@ dependencies {
compile project(':repositories')
compile project(':cryptography-bc')
compile project(':wif')
compile 'org.slf4j:slf4j-simple:1.7.25'
compile 'args4j:args4j:2.33'
compile 'com.h2database:h2:1.4.196'
compile 'org.apache.commons:commons-lang3:3.6'
testCompile 'junit:junit:4.12'
testCompile 'com.nhaarman:mockito-kotlin:1.5.0'
compile 'org.slf4j:slf4j-simple'
compile 'args4j:args4j'
compile 'com.h2database:h2'
compile 'org.apache.commons:commons-lang3'
testCompile 'junit:junit'
testCompile 'com.nhaarman:mockito-kotlin'
}