mirror of https://github.com/apache/archiva.git
Dependency cleanup of audit
This commit is contained in:
parent
8c3b5634b6
commit
034c1429e2
|
@ -40,6 +40,20 @@
|
|||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>metadata-repository-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>metadata-model</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.inject</groupId>
|
||||
<artifactId>javax.inject</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Test scope -->
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>archiva-test-utils</artifactId>
|
||||
|
|
|
@ -53,6 +53,7 @@ archiva-modules
|
|||
repository-statistics
|
||||
stage-repository-merge
|
||||
metadata-store-file
|
||||
audit
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue