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 {
|
|
|
|
compile project(':numass-storage:numass-client')
|
|
|
|
compile project(':dataforge-plots:plots-jfc')
|
|
|
|
compile project(':dataforge-control')
|
|
|
|
compile project(':dataforge-fx')
|
|
|
|
}
|