spring-batch
spring-batch copied to clipboard
Include script engine dependencies in tests for ScriptItemProcessor
Added script engine dependencies for Groovy, JavaScript, Bash, and Ruby in ScriptItemProcessor tests.
Fixed a script error in the Ruby test by refactoring the script to use local variables instead of global variables.