Skip to content

Commit

Permalink
feat: Remove unused JobScheduler dependency in IngestorJobService
Browse files Browse the repository at this point in the history
  • Loading branch information
amengus87 committed May 29, 2024
1 parent 36a9553 commit 19bd71c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.jobrunr.jobs.annotations.Recurring;
import org.jobrunr.jobs.context.JobContext;
import org.jobrunr.jobs.context.JobRunrDashboardLogger;
import org.jobrunr.scheduling.JobScheduler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
Expand All @@ -29,9 +28,6 @@ public class IngestorJobService {
@Autowired
private IngestorRepository ingestorRepository;

@Autowired
private JobScheduler jobScheduler;

private EntityChangeListener<IngestorEntity> entityChangeListener;

@PostConstruct
Expand Down

0 comments on commit 19bd71c

Please sign in to comment.