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:
Olivier Lamy 2012-11-29 16:14:23 +00:00
parent 433b78fa57
commit f409da4073
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ import java.util.Set;
/**
* RepositorySearch implementation which uses the Maven Indexer for searching.
*/
@Service ("nexusSearch")
@Service ("repositorySearch#maven")
public class MavenRepositorySearch
implements RepositorySearch
{