moved back to legacy implementation in the repository project

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750328 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Gusakov 2009-03-05 06:05:26 +00:00
parent 7d32348c3d
commit 78de8abc8a
2 changed files with 9 additions and 3 deletions

View File

@ -27,7 +27,7 @@ under the License.
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-repository-mercury</artifactId>
<name>Mercury Repository </name>
<name>Mercury Repository implementation</name>
<description>Mercury implementation for the Maven Repository System</description>
<properties>
@ -41,7 +41,13 @@ under the License.
<artifactId>maven-repository</artifactId>
<version>${project.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-repository-legacy</artifactId>
<version>${project.version}</version>
</dependency>
-->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-mercury</artifactId>

View File

@ -35,8 +35,8 @@ import org.apache.maven.mercury.plexus.PlexusMercury;
import org.apache.maven.mercury.repository.api.Repository;
import org.apache.maven.mercury.repository.api.RepositoryException;
import org.apache.maven.mercury.util.Util;
import org.apache.maven.repository.LegacyMavenRepositorySystem;
import org.apache.maven.repository.MavenRepositorySystem;
import org.apache.maven.repository.LegacyMavenRepositorySystem;
import org.codehaus.plexus.component.annotations.Component;
import org.codehaus.plexus.component.annotations.Requirement;
import org.codehaus.plexus.lang.DefaultLanguage;