From f731ae36032e555293a0ba7569e09abb7cf932fe Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Mon, 8 Aug 2016 17:29:36 -0500 Subject: [PATCH] Fixed integration tests --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index c96ea4927..838974a62 100644 --- a/build.gradle +++ b/build.gradle @@ -416,6 +416,7 @@ project('spring-batch-core-tests') { runtime "mysql:mysql-connector-java:$mysqlVersion" runtime "postgresql:postgresql:$postgresqlVersion" + runtime "javax.batch:javax.batch-api:$javaxBatchApiVersion" optional "org.aspectj:aspectjrt:$aspectjVersion" optional "org.aspectj:aspectjweaver:$aspectjVersion"