scanning package org.apache.archiva.web too

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1164837 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-09-03 09:03:16 +00:00
parent c2dc6683b5
commit 025c72c95c
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@ import java.util.List;
* DependencyTree
*
* @version $Id$
* plexus.component role="org.apache.archiva.web.tags.DependencyTree"
*/
@Service( "dependencyTree" )
public class DependencyTree

View File

@ -28,7 +28,7 @@
default-lazy-init="true">
<context:annotation-config/>
<context:component-scan base-package="org.apache.maven.archiva.web"/>
<context:component-scan base-package="org.apache.maven.archiva.web,org.apache.archiva.web"/>
</beans>