remove trove import from mvel script

all subclasses of trove maps have been removed in 088e05b368
This commit is contained in:
Britta Weber 2013-10-24 19:09:02 +02:00
parent 3a34aa735e
commit ebd328e340
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ public class MvelScriptEngineService extends AbstractComponent implements Script
parserConfiguration = new ParserConfiguration();
parserConfiguration.addPackageImport("java.util");
parserConfiguration.addPackageImport("gnu.trove");
parserConfiguration.addPackageImport("org.joda");
parserConfiguration.addImport("time", MVEL.getStaticMethod(System.class, "currentTimeMillis", new Class[0]));
// unboxed version of Math, better performance since conversion from boxed to unboxed my mvel is not needed