mirror of https://github.com/apache/archiva.git
use more conventionnal bean id
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1415236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
433b78fa57
commit
f409da4073
|
@ -60,7 +60,7 @@ import java.util.Set;
|
||||||
/**
|
/**
|
||||||
* RepositorySearch implementation which uses the Maven Indexer for searching.
|
* RepositorySearch implementation which uses the Maven Indexer for searching.
|
||||||
*/
|
*/
|
||||||
@Service ("nexusSearch")
|
@Service ("repositorySearch#maven")
|
||||||
public class MavenRepositorySearch
|
public class MavenRepositorySearch
|
||||||
implements RepositorySearch
|
implements RepositorySearch
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue