mirror of https://github.com/apache/archiva.git
Cleanup dependencies of maven-metadata module
This commit is contained in:
parent
ecf3c554e7
commit
03ec8e8896
|
@ -55,14 +55,17 @@
|
|||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>metadata-model</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -38,9 +38,11 @@ archiva-modules
|
|||
metadata-statistics-api
|
||||
metadata-repository-api
|
||||
metadata-model
|
||||
maven
|
||||
maven-common
|
||||
maven-model
|
||||
archiva-maven
|
||||
archiva-maven-common
|
||||
archiva-maven-model
|
||||
archiva-maven-metadata
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue