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>
|
<groupId>org.apache.archiva</groupId>
|
||||||
<artifactId>metadata-model</artifactId>
|
<artifactId>metadata-model</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework</groupId>
|
||||||
|
<artifactId>spring-context</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>commons-io</groupId>
|
|
||||||
<artifactId>commons-io</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -38,9 +38,11 @@ archiva-modules
|
||||||
metadata-statistics-api
|
metadata-statistics-api
|
||||||
metadata-repository-api
|
metadata-repository-api
|
||||||
metadata-model
|
metadata-model
|
||||||
maven
|
archiva-maven
|
||||||
maven-common
|
archiva-maven-common
|
||||||
maven-model
|
archiva-maven-model
|
||||||
|
archiva-maven-metadata
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue