removed some unused autowired services

changed place to use the starboard post source channel instead of the message channel
This commit is contained in:
Sheldan
2020-04-25 14:41:31 +02:00
parent 7ac2f2ce08
commit bd554537cc
31 changed files with 10 additions and 129 deletions

View File

@@ -11,6 +11,7 @@ import java.util.List;
@Component
@Slf4j
public class SchedulerJobManagementServiceBean {
@Autowired
private SchedulerJobRepository repository;