Move ExceptionWithContext to Util module

This commit is contained in:
Ben Gruver
2012-10-15 20:23:01 -07:00
parent 70aa787967
commit bf95959ae4
18 changed files with 21 additions and 12 deletions

View File

@ -30,6 +30,7 @@
*/
dependencies {
compile project(':util')
compile 'com.google.code.findbugs:jsr305:1.3.9'
compile 'com.google.collections:google-collections:1.0'
}