remove trove import from mvel script
all subclasses of trove maps have been removed in 088e05b368
This commit is contained in:
parent
3a34aa735e
commit
ebd328e340
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue