Skip to content

Commit

Permalink
MID-9185 another task dependency issue improved via @dependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 16, 2023
1 parent a5177fd commit 66f6229
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/**
* Initializes the task manager and brings it down.
*/
@DependsOn("midpointConfiguration")
@DependsOn({"midpointConfiguration", "taskManagerConfiguration"})
@Component
public class UpAndDown implements BeanFactoryAware {

Expand Down

0 comments on commit 66f6229

Please sign in to comment.