git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884425
13f79535-47bb-0310-9956-
ffa450edef68
public String dependencyTree()
throws ObjectNotFoundException, ArchivaDatabaseException
{
- this.model = repoBrowsing.selectVersion( getPrincipal(), getObservableRepos(), groupId, artifactId, version );
+ // temporarily use this as we only need the model for the tag to perform, but we should be resolving the
+ // graph here instead
- return SUCCESS;
+ return artifact();
}
private List<String> getObservableRepos()