mirror of https://github.com/apache/archiva.git
temporary method to make it compile
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@354011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86e6409019
commit
b58f806f61
|
@ -17,6 +17,7 @@ package org.apache.maven.repository.reporting;
|
|||
*/
|
||||
|
||||
import org.apache.maven.artifact.Artifact;
|
||||
import org.apache.maven.artifact.repository.metadata.Snapshot;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
|
@ -62,4 +63,10 @@ public class MockRepositoryQueryLayer
|
|||
{
|
||||
queryConditions.clear();
|
||||
}
|
||||
|
||||
public boolean containsArtifact( Artifact artifact, Snapshot snapshot )
|
||||
{
|
||||
// TODO
|
||||
return containsArtifact( artifact );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue