This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git

commit 034c1429e200f98d34e5c734b68f34f072c6db71
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Jun 20 18:33:00 2020 +0200

    Dependency cleanup of audit
---
 archiva-modules/plugins/audit/pom.xml | 14 ++++++++++++++
 status-dep.txt                        |  1 +
 2 files changed, 15 insertions(+)

diff --git a/archiva-modules/plugins/audit/pom.xml 
b/archiva-modules/plugins/audit/pom.xml
index d0abf98..0073f35 100644
--- a/archiva-modules/plugins/audit/pom.xml
+++ b/archiva-modules/plugins/audit/pom.xml
@@ -42,6 +42,20 @@
     </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>
       <version>${project.version}</version>
       <scope>test</scope>
diff --git a/status-dep.txt b/status-dep.txt
index d8eb609..edcd464 100644
--- a/status-dep.txt
+++ b/status-dep.txt
@@ -53,6 +53,7 @@ archiva-modules
     repository-statistics
     stage-repository-merge
     metadata-store-file
+    audit
     
 
 

Reply via email to