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 (datahub-project#6431)
  • Loading branch information
aditya-radhakrishnan authored and cccs-Dustin committed Feb 1, 2023
1 parent 3538e9a commit a2df430
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 a2df430

Please sign in to comment.