Skip to content

Commit

Permalink
fixing dependency cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 11, 2023
1 parent 43e7c78 commit f475769
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@
import com.evolveum.midpoint.xml.ns._public.common.common_3.NodeType;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.DependsOn;
import org.springframework.stereotype.Component;

import static com.evolveum.midpoint.schema.result.OperationResultStatus.SUCCESS;

/**
* Initializes the task manager and brings it down.
*/
@DependsOn("midpointConfiguration")
@Component
public class UpAndDown implements BeanFactoryAware {

Expand Down

0 comments on commit f475769

Please sign in to comment.