Cleanup dependencies of maven-metadata module

This commit is contained in:
Martin Stockhammer 2020-02-06 09:21:50 +01:00
parent ecf3c554e7
commit 03ec8e8896
2 changed files with 12 additions and 7 deletions

View File

@ -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>

View File

@ -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