Added dependency management and bumped gradle version
This commit is contained in:
@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user