mirror of https://github.com/apache/archiva.git
[MRM-1704] Refactor to remove maven specific part from various repository/metadata apis
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403503 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a586d56df2
commit
dcc622b870
|
@ -66,6 +66,11 @@
|
|||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>archiva-repository-scanner</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>maven2-repository</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-http</artifactId>
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
|
||||
<context:annotation-config/>
|
||||
<context:component-scan base-package="org.apache.archiva.dependency.tree.maven2,org.apache.archiva.metadata.repository.storage.maven2,
|
||||
org.apache.archiva.repository.content.maven2"/>
|
||||
org.apache.archiva.repository.content.maven2,org.apache.archiva.repository.content.legacy"/>
|
||||
|
||||
</beans>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue