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 8c3b5634b631bd4e1eea5f7e2498975bfc17a93a
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Jun 20 18:31:04 2020 +0200

    Dependency cleanup of metadata-store-file
---
 .../plugins/metadata-store-file/pom.xml            | 40 +++++++++++++---------
 status-dep.txt                                     |  1 +
 2 files changed, 24 insertions(+), 17 deletions(-)

diff --git a/archiva-modules/plugins/metadata-store-file/pom.xml 
b/archiva-modules/plugins/metadata-store-file/pom.xml
index 6df5ceb..04ca69f 100644
--- a/archiva-modules/plugins/metadata-store-file/pom.xml
+++ b/archiva-modules/plugins/metadata-store-file/pom.xml
@@ -40,26 +40,37 @@
       <groupId>org.apache.archiva</groupId>
       <artifactId>metadata-repository-api</artifactId>
     </dependency>
-
-    <!-- Test scope -->
     <dependency>
-      <groupId>org.apache.archiva.components.cache</groupId>
-      <artifactId>archiva-components-spring-cache-ehcache</artifactId>
-      <scope>test</scope>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>archiva-common</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.archiva</groupId>
-      <artifactId>metadata-repository-api</artifactId>
-      <classifier>tests</classifier>
-      <scope>test</scope>
+      <artifactId>archiva-checksum</artifactId>
     </dependency>
     <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>metadata-model</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+
+    <!-- Test scope -->
+    <dependency>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>metadata-repository-api</artifactId>
+      <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -84,11 +95,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-test</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
       <scope>test</scope>
diff --git a/status-dep.txt b/status-dep.txt
index afa17da..d8eb609 100644
--- a/status-dep.txt
+++ b/status-dep.txt
@@ -52,6 +52,7 @@ archiva-modules
     metadata-store-jcr
     repository-statistics
     stage-repository-merge
+    metadata-store-file
     
 
 

Reply via email to