mirror of https://github.com/apache/archiva.git
fix DefaultDependencyTreeBuilder
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136094 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3603c5c43
commit
d54c8ec3e0
|
@ -225,11 +225,11 @@ public class DefaultDependencyTreeBuilder
|
|||
|
||||
// Note that we don't permit going to external repositories. We don't need to pass in a local and remote
|
||||
// since our metadata source has control over them
|
||||
//collector.collect( dependencyArtifacts, projectArtifact, managedVersions, null, null, metadataSource,
|
||||
// null, Collections.singletonList( listener ) );
|
||||
collector.collect( dependencyArtifacts, projectArtifact, managedVersions, null, null, metadataSource,
|
||||
null, Collections.singletonList( listener ) );
|
||||
|
||||
collector.collect( dependencyArtifacts, projectArtifact, null, Collections.<ArtifactRepository>emptyList(),
|
||||
metadataSource, null, Collections.singletonList( (ResolutionListener) listener ) );
|
||||
//collector.collect( dependencyArtifacts, projectArtifact, null, Collections.<ArtifactRepository>emptyList(),
|
||||
// metadataSource, null, Collections.singletonList( (ResolutionListener) listener ) );
|
||||
|
||||
/*
|
||||
Set<Artifact> artifacts, Artifact originatingArtifact,
|
||||
|
|
Loading…
Reference in New Issue