numass-framework/numass-control/build.gradle

13 lines
471 B
Groovy
Raw Normal View History

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 "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')
2016-10-22 09:40:25 +03:00
}