Remove outdated dep exclusion

This commit is contained in:
Ryan Ernst 2015-11-06 14:46:19 -08:00
parent 867f496ac8
commit afe6fe8fa2
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ dependencies {
exclude group: 'edu.ucar', module: 'netcdf4'
exclude group: 'com.uwyn', module: 'jhighlight'
// ES core already has these
exclude group: 'org.aw2.asm', module: 'asm-debug-all'
exclude group: 'commons-logging', module: 'commons-logging-api'
}
}