2016-10-22 09:40:25 +03:00
|
|
|
configurations {
|
|
|
|
compile.exclude module: 'groovy'
|
|
|
|
compile.exclude module: 'groovy-all'
|
|
|
|
compile.exclude module: 'shichimifx'
|
|
|
|
compile.exclude module: 'zt-zip'
|
|
|
|
}
|
2015-12-18 16:20:47 +03:00
|
|
|
|
2016-10-22 09:40:25 +03:00
|
|
|
dependencies {
|
2017-04-15 22:15:53 +03:00
|
|
|
compile project(':numass-client')
|
2017-04-05 22:07:43 +03:00
|
|
|
compile "hep.dataforge:plots-jfc" // project(':dataforge-plots:plots-jfc')
|
|
|
|
compile "hep.dataforge:dataforge-control" //project(':dataforge-control')
|
|
|
|
compile "hep.dataforge:dataforge-fx" //project(':dataforge-fx')
|
2017-04-29 20:40:40 +03:00
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/org.controlsfx/controlsfx
|
|
|
|
compile group: 'org.controlsfx', name: 'controlsfx', version: '8.40.12'
|
|
|
|
|
2016-10-22 09:40:25 +03:00
|
|
|
}
|