Skip to content

Commit

Permalink
Minimize depdencies fetched by using net.corda:jfx (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Jul 16, 2017
1 parent ad9ca95 commit 4c805ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ dependencies {
compile 'de.codecentric.centerdevice:javafxsvg:1.2.1'
compile 'org.controlsfx:controlsfx:8.40.12'
compile 'org.fxmisc.easybind:easybind:1.0.3'
compile 'net.corda:jfx:0.12.1'
compile('net.corda:jfx:0.12.1') {
transitive = false
}
compile 'org.jetbrains.kotlin:kotlin-stdlib:1.1.2' // required by net.corda:jfxc
compile 'org.fxmisc.flowless:flowless:0.5.2'
compile 'de.jensd:fontawesomefx-materialdesignfont:1.7.22-4'
compile 'org.fxmisc.richtext:richtextfx:0.7-M5'
Expand Down

0 comments on commit 4c805ef

Please sign in to comment.