mirror of https://github.com/apache/maven.git
o remove security from the component, they will be stored on the request
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@775208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bd4515d9f4
commit
350b8d30e7
|
@ -66,14 +66,6 @@ public class LegacyRepositorySystem
|
||||||
@Requirement
|
@Requirement
|
||||||
private MirrorBuilder mirrorBuilder;
|
private MirrorBuilder mirrorBuilder;
|
||||||
|
|
||||||
private Map<String, ProxyInfo> proxies = new HashMap<String, ProxyInfo>();
|
|
||||||
|
|
||||||
private Map<String, AuthenticationInfo> authenticationInfoMap = new HashMap<String, AuthenticationInfo>();
|
|
||||||
|
|
||||||
private Map<String, RepositoryPermissions> serverPermissionsMap = new HashMap<String, RepositoryPermissions>();
|
|
||||||
|
|
||||||
// Artifact Creation
|
|
||||||
|
|
||||||
public Artifact createArtifact( String groupId, String artifactId, String version, String scope, String type )
|
public Artifact createArtifact( String groupId, String artifactId, String version, String scope, String type )
|
||||||
{
|
{
|
||||||
return artifactFactory.createArtifact( groupId, artifactId, version, scope, type );
|
return artifactFactory.createArtifact( groupId, artifactId, version, scope, type );
|
||||||
|
|
Loading…
Reference in New Issue