mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
Upgrade dependencies and centralise some more version numbers in the root gradle file
This commit is contained in:
@ -45,10 +45,10 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
testCompile group: 'junit', name: 'junit', version: '4.11'
|
||||
testCompile "junit:junit:$junit_version"
|
||||
|
||||
// TornadoFX: A lightweight Kotlin framework for working with JavaFX UI's.
|
||||
compile 'no.tornado:tornadofx:1.5.7'
|
||||
compile 'no.tornado:tornadofx:1.5.9'
|
||||
|
||||
// Corda Core: Data structures and basic types needed to work with Corda.
|
||||
compile project(':core')
|
||||
@ -57,7 +57,7 @@ dependencies {
|
||||
compile project(':finance')
|
||||
|
||||
// FontAwesomeFX: The "FontAwesome" icon library.
|
||||
compile 'de.jensd:fontawesomefx-fontawesome:4.6.1-2'
|
||||
compile 'de.jensd:fontawesomefx-fontawesome:4.7.0'
|
||||
|
||||
// ReactFX: Functional reactive UI programming.
|
||||
compile 'org.reactfx:reactfx:2.0-M5'
|
||||
@ -86,4 +86,4 @@ task(runSimulationNodes, dependsOn: 'classes', type: JavaExec) {
|
||||
main = 'net.corda.explorer.MainKt'
|
||||
classpath = sourceSets.main.runtimeClasspath
|
||||
args '-S'
|
||||
}
|
||||
}
|
||||
|
@ -35,7 +35,8 @@ dependencies {
|
||||
// https://mvnrepository.com/artifact/de.danielbechler/java-object-diff
|
||||
compile group: 'de.danielbechler', name: 'java-object-diff', version: '0.10.2'
|
||||
|
||||
compile "com.typesafe:config:1.3.0"
|
||||
// TypeSafe Config: for simple and human friendly config files.
|
||||
compile "com.typesafe:config:$typesafe_config_version"
|
||||
}
|
||||
|
||||
run {
|
||||
|
Reference in New Issue
Block a user