OPEN - issue BATCH-429: Combine the core and execution modules

http://jira.springframework.org/browse/BATCH-429

Removed dependency from resource to launch
This commit is contained in:
dsyer
2008-03-09 09:18:40 +00:00
parent a34b10777c
commit 005de0523e
5 changed files with 5 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ import junit.framework.TestCase;
import org.springframework.batch.core.JobParameters;
import org.springframework.batch.core.JobParametersBuilder;
import org.springframework.batch.core.launch.support.DefaultJobParametersFactory;
import org.springframework.batch.core.runtime.DefaultJobParametersFactory;
import org.springframework.util.StringUtils;
/**