Skip to content

Commit

Permalink
fix(change-event): remove unnecessary dependencies on EntityChangeEve…
Browse files Browse the repository at this point in the history
…ntGeneratorRegistryFactory
  • Loading branch information
aditya-radhakrishnan committed Nov 14, 2022
1 parent 198c86a commit bdbc836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class EntityChangeEventGeneratorRegistryFactory {
ApplicationContext applicationContext;

@Bean(name = "entityChangeEventGeneratorRegistry")
@DependsOn({"entityAspectDao", "entityService", "entityRegistry", "restliEntityClient", "systemAuthentication"})
@DependsOn({"restliEntityClient", "systemAuthentication"})
@Singleton
@Nonnull
protected com.linkedin.metadata.timeline.eventgenerator.EntityChangeEventGeneratorRegistry entityChangeEventGeneratorRegistry() {
Expand Down

0 comments on commit bdbc836

Please sign in to comment.