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 4a92d910af5edcdda5bdf7d4d0161989ed67afca
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Jun 20 18:02:12 2020 +0200

    Dependency cleanup of repository-statistics
---
 .../plugins/repository-statistics/pom.xml          | 38 ++++++++++------------
 status-dep.txt                                     |  4 +++
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/archiva-modules/plugins/repository-statistics/pom.xml 
b/archiva-modules/plugins/repository-statistics/pom.xml
index 8a9a41c..9885732 100644
--- a/archiva-modules/plugins/repository-statistics/pom.xml
+++ b/archiva-modules/plugins/repository-statistics/pom.xml
@@ -45,14 +45,28 @@
       <artifactId>archiva-maven-metadata</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>metadata-model</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+    </dependency>
+
+
 
     <!-- Test dependencies -->
     <dependency>
@@ -66,25 +80,7 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>  
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-jcl</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-jcr-commons</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.archiva</groupId>
-      <artifactId>metadata-store-jcr</artifactId>
-      <scope>test</scope>
-    </dependency>
+
   </dependencies>
 
 </project>
diff --git a/status-dep.txt b/status-dep.txt
index a8c1d43..1db34ef 100644
--- a/status-dep.txt
+++ b/status-dep.txt
@@ -47,6 +47,10 @@ archiva-modules
     archiva-maven-indexer
     archiva-maven-repository
     archiva-maven-scheduler
+  plugins
+    generic-metadata-support
+    metadata-store-jcr
+    repository-statistics
     
 
 

Reply via email to