[MRM-1704] Refactor to remove maven specific part from various repository/metadata apis

maven2 repository all unit tests fixed.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-10-29 21:03:56 +00:00
parent ddc4d3bc90
commit c8cd149ab8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import static org.junit.Assert.*;
* *
*/ */
public class ManagedLegacyRepositoryContentTest public class ManagedLegacyRepositoryContentTest
extends AbstractDefaultRepositoryContentTestCase extends AbstractLegacyRepositoryContentTestCase
{ {
@Inject @Inject
@Named( value = "managedRepositoryContent#legacy" ) @Named( value = "managedRepositoryContent#legacy" )