public DependenciesPanel(Project project, final DependenciesBuilder builder) {
   this(project, Collections.singletonList(builder), new HashSet<PsiFile>());
 }