numass-framework/numass-storage/build.gradle

12 lines
268 B
Groovy
Raw Normal View History

2015-12-18 16:20:47 +03:00
configurations{
all*.exclude module: 'commons-math3'
all*.exclude group: 'org.jfree'
}
dependencies {
compile(project(':numass-main')){transitive = false}
compile project(':dataforge-storage')
compile project(':dataforge-grind')
}