get(ListenerManager.class).getBroadcaster(TaskActionListener.class))),
get(TaskArtifactStateRepository.class))));
}
protected Factory<RepositoryHandler> createRepositoryHandlerFactory() {
return new DefaultRepositoryHandlerFactory(
new DefaultResolverFactory(
getFactory(LoggingManagerInternal.class)),
get(ClassGenerator.class));
}