blob: 4f51dd99184b76db935ea90ecded621b3a2863f0 [file] [log] [blame]
dependencies {
compile('bsf:bsf:2.4.0') {
exclude(group: 'commons-logging', module: 'commons-logging')
}
compile 'commons-logging:commons-logging:1.1.1'
compile rootProject
testCompile project(':groovy-test')
}