Removed the getter for PlatformTransactionManager requirement

This commit is contained in:
Glenn Renfro
2022-09-14 08:33:48 -04:00
parent 30d6c63a23
commit db7d7b96b6

View File

@@ -276,11 +276,6 @@ public class TaskJobLauncherApplicationRunnerCoreTests {
return this.jobRepository;
}
@Override
public PlatformTransactionManager getTransactionManager() {
return this.transactionManager;
}
@Override
public JobLauncher getJobLauncher() throws Exception {
TaskExecutorJobLauncher launcher = new TaskExecutorJobLauncher();