mirror of https://github.com/apache/maven.git
o only provide one way to construct the request.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@774334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
267ec868f2
commit
57ea53e5f5
|
@ -48,17 +48,6 @@ public class ArtifactResolutionRequest
|
||||||
|
|
||||||
private boolean resolveTransitively = false;
|
private boolean resolveTransitively = false;
|
||||||
|
|
||||||
public ArtifactResolutionRequest()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public ArtifactResolutionRequest( Artifact artifact, ArtifactRepository localRepository, List<ArtifactRepository> remoteRepositories )
|
|
||||||
{
|
|
||||||
this.artifact = artifact;
|
|
||||||
this.localRepository = localRepository;
|
|
||||||
this.remoteRepositories = remoteRepositories;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Artifact getArtifact()
|
public Artifact getArtifact()
|
||||||
{
|
{
|
||||||
return artifact;
|
return artifact;
|
||||||
|
|
Loading…
Reference in New Issue