Upgrade to CRaSH 1.3.0-beta18

Closes #841
This commit is contained in:
Andy Wilkinson
2014-05-12 10:18:09 +01:00
parent 8eca40a388
commit f761daf253
3 changed files with 7 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import org.crsh.lang.groovy.GroovyRepl;
import org.crsh.plugin.PluginContext;
import org.crsh.plugin.PluginLifeCycle;
import org.crsh.plugin.ResourceKind;
import org.crsh.processor.term.ProcessorIOHandler;
import org.crsh.telnet.term.processor.ProcessorIOHandler;
import org.crsh.vfs.Resource;
import org.junit.After;
import org.junit.Test;