Add Spring Batch test utilities to Batch test starter
Closes gh-47792
This commit is contained in:
		
							parent
							
								
									487bd731d8
								
							
						
					
					
						commit
						7e5046aa26
					
				| 
						 | 
				
			
			@ -23,4 +23,6 @@ description = "Starter for testing using Spring Batch"
 | 
			
		|||
dependencies {
 | 
			
		||||
	api(project(":starter:spring-boot-starter-batch"))
 | 
			
		||||
	api(project(":starter:spring-boot-starter-test"))
 | 
			
		||||
 | 
			
		||||
	api("org.springframework.batch:spring-batch-test")
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue