mirror of https://github.com/apache/archiva.git
[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:
parent
ddc4d3bc90
commit
c8cd149ab8
|
@ -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" )
|
||||||
|
|
Loading…
Reference in New Issue